Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/stand/prekern Disable MKSANITIZER



details:   https://anonhg.NetBSD.org/src/rev/d51e030fc5ed
branches:  trunk
changeset: 319533:d51e030fc5ed
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 02 14:31:40 2018 +0000

description:
Disable MKSANITIZER

diffstat:

 sys/arch/amd64/stand/prekern/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e6e6cd796f77 -r d51e030fc5ed sys/arch/amd64/stand/prekern/Makefile
--- a/sys/arch/amd64/stand/prekern/Makefile     Sat Jun 02 14:30:35 2018 +0000
+++ b/sys/arch/amd64/stand/prekern/Makefile     Sat Jun 02 14:31:40 2018 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.6 2017/12/23 06:48:30 ryoon Exp $
+#      $NetBSD: Makefile,v 1.7 2018/06/02 14:31:40 christos Exp $
 
 PROG=          prekern
 SRCS=          locore.S trap.S prekern.c mm.c console.c elf.c prng.c
 
 NOSSP=         # defined
 NOPIE=         # defined
+NOSANITIZER=   # defined
 NOMAN=         1
 
 S=     ${.CURDIR}/../../../..
@@ -14,7 +15,7 @@
 BINDIR=                /usr/mdec
 BINMODE=       444
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 CPPFLAGS+=     -I. -I${S} -I${.OBJDIR} -I${.CURDIR}
 CPPFLAGS+=     -D_STANDALONE



Home | Main Index | Thread Index | Old Index