Override CPUFLAGS to empty so that a CPUFLAGS setting in the user's

mk.conf don't affect the C options we need to build the boot loader.
This commit is contained in:
thorpej 2004-09-03 18:25:04 +00:00
parent 02c34673a3
commit f340ce91f0

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.boot,v 1.16 2004/08/15 22:10:50 dsl Exp $
# $NetBSD: Makefile.boot,v 1.17 2004/09/03 18:25:04 thorpej Exp $
S= ${.CURDIR}/../../../../../
@ -35,6 +35,7 @@ CPPFLAGS+= -I ${.OBJDIR}
#CPPFLAGS+= -DDEBUG_MEMSIZE
# Make sure we override any optimization options specified by the user
CPUFLAGS= # nothing
COPTS= -Os
.if ${MACHINE} == "amd64"