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/f4c554bf5ae1
branches: trunk
changeset: 362345:f4c554bf5ae1
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 a78ead7989b6 -r f4c554bf5ae1 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