Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand kill PIE/SSP



details:   https://anonhg.NetBSD.org/src/rev/26b1c199beff
branches:  trunk
changeset: 347826:26b1c199beff
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 17 18:09:24 2016 +0000

description:
kill PIE/SSP

diffstat:

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

diffs (12 lines):

diff -r a644a34eee3c -r 26b1c199beff sys/arch/atari/stand/Makefile.booters
--- a/sys/arch/atari/stand/Makefile.booters     Sat Sep 17 18:08:33 2016 +0000
+++ b/sys/arch/atari/stand/Makefile.booters     Sat Sep 17 18:09:24 2016 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.booters,v 1.4 2013/08/12 16:34:05 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.5 2016/09/17 18:09:24 christos Exp $
 
+NOPIE= # defined
+NOSSP= # defined
 BINDIR=                /usr/mdec/${BTYPE:tl}
 
 DBG=



Home | Main Index | Thread Index | Old Index