summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-07-23 06:14:21 +0000
committerimp <imp@FreeBSD.org>2008-07-23 06:14:21 +0000
commitd2f1100583361e31f8ab6deef69d02786ad03d08 (patch)
tree7cb44faaae8b03ee4f4f5b041b984d36a1873007 /share
parentdd99ad910159a2c030d53128dac63189de0b586b (diff)
downloadFreeBSD-src-d2f1100583361e31f8ab6deef69d02786ad03d08.zip
FreeBSD-src-d2f1100583361e31f8ab6deef69d02786ad03d08.tar.gz
Turn of SSP for mips for now until support is added to the base
architecture.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 0204231..197c1d6 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -75,7 +75,7 @@ CWARNFLAGS += -Wno-unknown-pragmas
.endif
.if ${MK_SSP} != "no" && ${CC} != "icc" && ${MACHINE_ARCH} != "ia64" && \
- ${MACHINE_ARCH} != "arm"
+ ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
# Don't use -Wstack-protector as it breaks world with -Werror.
SSP_CFLAGS ?= -fstack-protector
CFLAGS += ${SSP_CFLAGS}
OpenPOWER on IntegriCloud