Author: br
Date: Wed Oct 12 13:51:41 2016
New Revision: 307147
URL: https://svnweb.freebsd.org/changeset/base/307147
Log:
Keep in-sync MK_SSP=no option both with kernel and userspace.
Pointed out by: emaste
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sys/conf/kern.opts.mk
Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk Wed Oct 12 13:19:21 2016 (r307146)
+++ head/sys/conf/kern.opts.mk Wed Oct 12 13:51:41 2016 (r307147)
@@ -65,7 +65,7 @@ BROKEN_OPTIONS+= CDDL ZFS
.endif
.if ${MACHINE_CPUARCH} == "mips"
-BROKEN_OPTIONS+= CDDL ZFS
+BROKEN_OPTIONS+= CDDL ZFS SSP
.endif
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} == "powerpc"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"