diff --git a/config/IRIX.mk b/config/IRIX.mk index 2c90c5834863..b708c714ffd1 100644 --- a/config/IRIX.mk +++ b/config/IRIX.mk @@ -87,6 +87,10 @@ endif ifndef NS_USE_GCC CC = cc CCC = CC -woff 3247 + +# Use C++ compiler for loading -- ld doesn't pass enough info +# to resolve static class objects in shared libraries. +LD = $(CCC) endif ifeq ($(OS_RELEASE)$(OS_VERSION),5.3)