Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf No need for NORELRO here.



details:   https://anonhg.NetBSD.org/src/rev/0a443701ed1b
branches:  trunk
changeset: 323239:0a443701ed1b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 05 00:58:42 2018 +0000

description:
No need for NORELRO here.

diffstat:

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

diffs (17 lines):

diff -r 1ea8e661106f -r 0a443701ed1b sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Tue Jun 05 00:58:17 2018 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Tue Jun 05 00:58:42 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.192 2018/06/04 20:28:44 christos Exp $
+#      $NetBSD: Makefile.i386,v 1.193 2018/06/05 00:58:42 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -18,7 +18,6 @@
 #      makeoptions DEBUGLIST="uvm* trap if_*"
 
 NOSANITIZER=   # defined
-NORELRO=       # defined
 MACHINE_ARCH=  i386
 USETOOLS?=     no
 NEED_OWN_INSTALL_TARGET?=no



Home | Main Index | Thread Index | Old Index