Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/conf disable sanitizers and relro
details: https://anonhg.NetBSD.org/src/rev/7443d57e41dd
branches: trunk
changeset: 319538:7443d57e41dd
user: christos <christos%NetBSD.org@localhost>
date: Sat Jun 02 18:11:26 2018 +0000
description:
disable sanitizers and relro
diffstat:
sys/arch/xen/conf/Makefile.xen | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r bc9bff60ba06 -r 7443d57e41dd sys/arch/xen/conf/Makefile.xen
--- a/sys/arch/xen/conf/Makefile.xen Sat Jun 02 15:47:22 2018 +0000
+++ b/sys/arch/xen/conf/Makefile.xen Sat Jun 02 18:11:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.xen,v 1.45 2018/01/21 08:33:46 maxv Exp $
+# $NetBSD: Makefile.xen,v 1.46 2018/06/02 18:11:26 christos Exp $
# NetBSD: Makefile.i386,v 1.132 2003/07/05 16:56:10 simonb Exp
# Makefile for NetBSD
@@ -21,7 +21,9 @@
.include "$S/arch/xen/conf/Makefile.arch.inc"
USETOOLS?= no
NEED_OWN_INSTALL_TARGET?=no
-.include <bsd.own.mk>
+NORELRO=
+NOSANITIZER=
+.include <bsd.init.mk>
USE_SSP?= yes
Home |
Main Index |
Thread Index |
Old Index