Remove ``-W -Wall'' from top-level Makefile/configure.
[deliverable/binutils-gdb.git] / gas / Makefile.am
index cefb86e04b553b923a9817c0a11f58ee0ed3a8b3..79a5c9fec92163497904ee670234dc5ca75d0d92 100644 (file)
@@ -12,6 +12,9 @@ tooldir = $(exec_prefix)/$(target_alias)
 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ;  else echo flex ; fi`
 
+WARN_CFLAGS = @WARN_CFLAGS@
+AM_CFLAGS = $(WARN_CFLAGS)
+
 MKDEP = gcc -MM
 
 TARG_CPU = @target_cpu_type@
This page took 0.023203 seconds and 4 git commands to generate.