summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sunos5_g++.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index 8ba9b0a75bc..039fb1d3105 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -63,7 +63,7 @@ PIC = -fPIC
AR = ar
ARFLAGS = ruv
RANLIB = @true
-SOFLAGS = -G $(CPPFLAGS)
+SOFLAGS += -G $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @true