Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Disable sanitizers for the kernel.
details: https://anonhg.NetBSD.org/src/rev/8006f2b1d7c7
branches: trunk
changeset: 319534:8006f2b1d7c7
user: christos <christos%NetBSD.org@localhost>
date: Sat Jun 02 15:09:37 2018 +0000
description:
Disable sanitizers for the kernel.
diffstat:
sys/arch/amd64/conf/Makefile.amd64 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r d51e030fc5ed -r 8006f2b1d7c7 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64 Sat Jun 02 14:31:40 2018 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64 Sat Jun 02 15:09:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.70 2018/04/18 10:38:47 martin Exp $
+# $NetBSD: Makefile.amd64,v 1.71 2018/06/02 15:09:37 christos Exp $
# Makefile for NetBSD
#
@@ -20,7 +20,8 @@
MACHINE_ARCH=x86_64
USETOOLS?= no
NEED_OWN_INSTALL_TARGET?=no
-.include <bsd.own.mk>
+NOSANITIZER=
+.include <bsd.init.mk>
USE_SSP?= yes
Home |
Main Index |
Thread Index |
Old Index