Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot Add NO variables for the things that boot ...



details:   https://anonhg.NetBSD.org/src/rev/2c48e0e2c33d
branches:  trunk
changeset: 814259:2c48e0e2c33d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 13 17:48:53 2016 +0000

description:
Add NO variables for the things that boot block does not support
(SSP/PIE/DEBUG/FORTIFY)

diffstat:

 sys/arch/vax/boot/Makefile.inc |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 5c7df8a52e79 -r 2c48e0e2c33d sys/arch/vax/boot/Makefile.inc
--- a/sys/arch/vax/boot/Makefile.inc    Sun Mar 13 17:38:44 2016 +0000
+++ b/sys/arch/vax/boot/Makefile.inc    Sun Mar 13 17:48:53 2016 +0000
@@ -1,4 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.16 2013/08/21 06:15:41 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.17 2016/03/13 17:48:53 christos Exp $
+
+NOSSP=
+NOFORTIFY=
+NOPIE=
+NODEBUG=
 
 .include <bsd.klinks.mk>
 



Home | Main Index | Thread Index | Old Index