From 7282a3b32e9f11f640da18f8a131047db40dbc7b Mon Sep 17 00:00:00 2001 From: wollman Date: Sat, 23 Mar 2002 00:44:00 +0000 Subject: Disable -Werror when building -- the old version of gcc used on IA32 can't deal with C99 formats. --- bin/expr/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/expr') diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 544853e..739ffce 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -4,4 +4,6 @@ PROG= expr SRCS= expr.y YFLAGS= +NO_WERROR= "GCC can't handle C99 printf formats." + .include -- cgit v1.1