Module Name: src
Committed By: christos
Date: Sat Jun 2 15:09:37 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
Log Message:
Disable sanitizers for the kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/amd64/conf/Makefile.amd64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.70 src/sys/arch/amd64/conf/Makefile.amd64:1.71
--- src/sys/arch/amd64/conf/Makefile.amd64:1.70 Wed Apr 18 06:38:47 2018
+++ src/sys/arch/amd64/conf/Makefile.amd64 Sat Jun 2 11:09:37 2018
@@ -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