pc98 lint builds w/o warnings. Remove the last special case from our

compiler upgrade.

# if tinderbox breaks, I'll fix it, but it shouldn't...
This commit is contained in:
Warner Losh 2008-02-02 19:55:28 +00:00
parent 129099554f
commit e805c0019d

View File

@ -89,10 +89,8 @@ CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.
CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT}
CFLAGS+= --param inline-unit-growth=100
CFLAGS+= --param large-function-growth=1000
.if ${MACHINE} != "pc98"
WERROR?= -Werror
.endif
.endif
# XXX LOCORE means "don't declare C stuff" not "for locore.s".
ASM_CFLAGS= -x assembler-with-cpp -DLOCORE ${CFLAGS}