summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdisasm/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdisasm/Makefile.com')
-rw-r--r--usr/src/lib/libdisasm/Makefile.com6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/lib/libdisasm/Makefile.com b/usr/src/lib/libdisasm/Makefile.com
index 2173e5bb2c..e88d62335f 100644
--- a/usr/src/lib/libdisasm/Makefile.com
+++ b/usr/src/lib/libdisasm/Makefile.com
@@ -124,6 +124,12 @@ CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off
+#
+# The standalone environment currently does not support the stack
+# protector.
+#
+STACKPROTECT = none
+
# We want the thread-specific errno in the library, but we don't want it in
# the standalone. $(DTS_ERRNO) is designed to add -D_TS_ERRNO to $(CPPFLAGS),
# in order to enable this feature. Conveniently, -D_REENTRANT does the same