Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Default kernel builds to USE_SSP=yes.



details:   https://anonhg.NetBSD.org/src/rev/cf765a5ff574
branches:  trunk
changeset: 344279:cf765a5ff574
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Mar 19 18:50:25 2016 +0000

description:
Default kernel builds to USE_SSP=yes.

diffstat:

 sys/arch/sparc64/conf/Makefile.sparc64 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r db481808c21c -r cf765a5ff574 sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64    Sat Mar 19 18:44:10 2016 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64    Sat Mar 19 18:50:25 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc64,v 1.81 2016/02/27 19:26:14 joerg Exp $
+#      $NetBSD: Makefile.sparc64,v 1.82 2016/03/19 18:50:25 martin Exp $
 
 #=========================================================================
 #
@@ -43,6 +43,8 @@
 NEED_OWN_INSTALL_TARGET?=no
 .include <bsd.own.mk>
 
+USE_SSP?=      yes
+
 ##
 ## (1) port identification
 ##



Home | Main Index | Thread Index | Old Index