svn commit: r307147 - head/sys/conf

Ruslan Bukin br at FreeBSD.org
Wed Oct 12 13:51:42 UTC 2016


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"


More information about the svn-src-head mailing list