Don't add CPUFLAGS to CFLAGS twice.

This commit is contained in:
uwe 2006-03-29 21:35:32 +00:00
parent 505b26e976
commit 3f6e548563
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.kern.inc,v 1.73 2005/12/12 22:44:04 dsl Exp $
# $NetBSD: Makefile.kern.inc,v 1.74 2006/03/29 21:35:32 uwe Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@ -77,7 +77,7 @@ CWARNFLAGS+= -Wcast-qual -Wwrite-strings
CWARNFLAGS+= -Wno-sign-compare
.endif
CFLAGS+= ${CPUFLAGS} -ffreestanding
CFLAGS+= -ffreestanding
CFLAGS+= ${CPUFLAGS} ${DEBUG} ${COPTS} ${CWARNFLAGS}
AFLAGS+= ${CPUFLAGS} -D_LOCORE