diff options
Diffstat (limited to 'include/makeinclude/platform_sunos5_g++.GNU')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU index 9ad51e4d59c..22250c022b9 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -41,7 +41,7 @@ PIC = -fPIC AR = ar ARFLAGS = ruv RANLIB = @true -SOFLAGS += -G $(CPPFLAGS) +SOFLAGS += -shared $(CPPFLAGS) SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< PRELIB = @true |