From efbb5e2289b902b0143bc3ae2b98f6d499ee2475 Mon Sep 17 00:00:00 2001 From: Garrett 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(+) diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 544853e10a25..739ffce93da3 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.3