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 Disable RELRO/SANITIZER



details:   https://anonhg.NetBSD.org/src/rev/3874624cf40a
branches:  trunk
changeset: 323233:3874624cf40a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 04 20:28:44 2018 +0000

description:
Disable RELRO/SANITIZER

diffstat:

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

diffs (18 lines):

diff -r d7f7cee344fa -r 3874624cf40a sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Mon Jun 04 20:12:45 2018 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Mon Jun 04 20:28:44 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.191 2018/04/18 10:40:22 martin Exp $
+#      $NetBSD: Makefile.i386,v 1.192 2018/06/04 20:28:44 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -17,6 +17,8 @@
 #
 #      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