From abb2cfdae77bb245454662bcdd5baa7f5f962dcd Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 2 Jun 2018 14:31:40 +0000 Subject: Disable MKSANITIZER --- sys/arch/amd64/stand/prekern/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/amd64/stand/prekern/Makefile b/sys/arch/amd64/stand/prekern/Makefile index 9e314b3fe89..2277be4aba5 100644 --- a/sys/arch/amd64/stand/prekern/Makefile +++ b/sys/arch/amd64/stand/prekern/Makefile @@ -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 @@ S= ${.CURDIR}/../../../.. BINDIR= /usr/mdec BINMODE= 444 -.include +.include CPPFLAGS+= -I. -I${S} -I${.OBJDIR} -I${.CURDIR} CPPFLAGS+= -D_STANDALONE -- cgit