Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/stand add NOPIE



details:   https://anonhg.NetBSD.org/src/rev/f665262ab612
branches:  trunk
changeset: 346614:f665262ab612
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 21 18:50:21 2016 +0000

description:
add NOPIE

diffstat:

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

diffs (12 lines):

diff -r aed35df30451 -r f665262ab612 sys/arch/newsmips/stand/Makefile.inc
--- a/sys/arch/newsmips/stand/Makefile.inc      Thu Jul 21 18:21:27 2016 +0000
+++ b/sys/arch/newsmips/stand/Makefile.inc      Thu Jul 21 18:50:21 2016 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.8 2014/01/12 15:26:30 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2016/07/21 18:50:21 christos Exp $
 
 BINDIR= /usr/mdec
+NOPIE=yes
 
 # if there is a 'version' file, add rule for vers.c and add it to SRCS
 # and CLEANFILES



Home | Main Index | Thread Index | Old Index