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/9cc72f20d826
branches: trunk
changeset: 323158:9cc72f20d826
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 1394bd84684d -r 9cc72f20d826 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