summaryrefslogtreecommitdiff
path: root/Makefile.SunOS
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.SunOS')
-rw-r--r--Makefile.SunOS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.SunOS b/Makefile.SunOS
index e9473637c7..43b5c0b2c7 100644
--- a/Makefile.SunOS
+++ b/Makefile.SunOS
@@ -17,6 +17,13 @@ MakeSharedObjectOption := -G
# of mallinfo.
PLATFORMLINKOPTS := -lmalloc
+# PLATFORMSTRIPOPTS - Command to pass to the link phase to cause symbols to be
+# stripped from the resultant binary.
+#
+# FIXME: I don't know what this is for sun, so leave it alone
+#
+PLATFORMSTRIPOPTS :=
+
# Path to location for LLVM front-end for this architecture. This setting may
# be overriden by the Makefile.config option, and should not override it if set.
#