summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-07-23 06:16:34 +0000
committerimp <imp@FreeBSD.org>2008-07-23 06:16:34 +0000
commit89fba4c0a95438ab235451eb0437a0e75180a9ea (patch)
tree1654cf2a9ae61b99dc77561289e552c2ae17620a
parentd2f1100583361e31f8ab6deef69d02786ad03d08 (diff)
downloadFreeBSD-src-89fba4c0a95438ab235451eb0437a0e75180a9ea.zip
FreeBSD-src-89fba4c0a95438ab235451eb0437a0e75180a9ea.tar.gz
Disable SSP for mips until support is added to the base architecture.
-rw-r--r--sys/conf/kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 53f811f..4a97c23 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -111,6 +111,6 @@ CFLAGS+= -restrict
# GCC SSP support.
#
.if ${MK_SSP} != "no" && ${CC} != "icc" && ${MACHINE_ARCH} != "ia64" && \
- ${MACHINE_ARCH} != "arm"
+ ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
CFLAGS+= -fstack-protector
.endif
OpenPOWER on IntegriCloud