mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Enable -Werror for ia64.
Approved by: re (blanket)
This commit is contained in:
parent
990a2aa530
commit
789943cc81
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171668
@ -88,7 +88,7 @@ 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} == "sparc64"
|
||||
${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
WERROR?= -Werror
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user