Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand Kill ssp



details:   https://anonhg.NetBSD.org/src/rev/a644a34eee3c
branches:  trunk
changeset: 347825:a644a34eee3c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 17 18:08:33 2016 +0000

description:
Kill ssp

diffstat:

 sys/arch/x68k/stand/Makefile.booters |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1778d1e577e7 -r a644a34eee3c sys/arch/x68k/stand/Makefile.booters
--- a/sys/arch/x68k/stand/Makefile.booters      Sat Sep 17 18:08:02 2016 +0000
+++ b/sys/arch/x68k/stand/Makefile.booters      Sat Sep 17 18:08:33 2016 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile.booters,v 1.9 2016/09/17 17:18:14 christos Exp $
+#      $NetBSD: Makefile.booters,v 1.10 2016/09/17 18:08:33 christos Exp $
 
 NOPIE= # defined
+NOSSP= # defined
 S?=    ${.CURDIR}/../../../..
 
 CFLAGS+= -ffreestanding



Home | Main Index | Thread Index | Old Index