summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_unixware_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_unixware_g++.GNU')
-rw-r--r--include/makeinclude/platform_unixware_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_unixware_g++.GNU b/include/makeinclude/platform_unixware_g++.GNU
index 6ef0d00b0ea..fd1716bfdda 100644
--- a/include/makeinclude/platform_unixware_g++.GNU
+++ b/include/makeinclude/platform_unixware_g++.GNU
@@ -44,7 +44,7 @@ AR = ar
ARFLAGS = ruv
RANLIB = /bin/true
#SOFLAGS = -assert pure-text
-SOFLAGS = -shared
+SOFLAGS += -shared
# SOBUILD - compile into .so directly
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
# SOLINK = $(SOLINK.cc) -o $@ $(LDFLAGS) $<