Arm should build fine with -Werror as well.

This commit is contained in:
cognet 2008-02-02 16:47:15 +00:00
parent 4ee011bbd6
commit c68488ca76

View File

@ -89,7 +89,7 @@ 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" && ${MACHINE_ARCH} != "arm"
.if ${MACHINE} != "pc98"
WERROR?= -Werror
.endif
.endif