Disable -Werror when building -- the old version of gcc used on IA32 can't
deal with C99 formats.
This commit is contained in:
parent
ac2fb91ee4
commit
7282a3b32e
@ -4,4 +4,6 @@ PROG= expr
|
|||||||
SRCS= expr.y
|
SRCS= expr.y
|
||||||
YFLAGS=
|
YFLAGS=
|
||||||
|
|
||||||
|
NO_WERROR= "GCC can't handle C99 printf formats."
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user