Remove ``-W -Wall'' from top-level Makefile/configure.
[deliverable/binutils-gdb.git] / binutils / Makefile.in
index 8172759603ab73f60824a60313fb618e3a0d9c41..2221633941912b595806d4b088bfea68d5bd2054 100644 (file)
@@ -121,6 +121,9 @@ YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bis
 YFLAGS = -d
 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
 
+WARN_CFLAGS = @WARN_CFLAGS@
+AM_CFLAGS = $(WARN_CFLAGS)
+
 # these two are almost the same program
 AR_PROG = ar
 RANLIB_PROG = ranlib
This page took 0.028634 seconds and 4 git commands to generate.