Re-enable -Werror for PowerPC. This should really be unconditional again.

Approved by: re (blanket)
This commit is contained in:
marcel 2007-08-08 19:12:06 +00:00
parent 1b5640bcfb
commit bcc9fe49c4

View File

@ -88,7 +88,8 @@ CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT}
CFLAGS+= --param inline-unit-growth=100
CFLAGS+= --param large-function-growth=1000
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386" || \
${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc64"
WERROR?= -Werror
.endif
.endif