Remove ``-W -Wall'' from top-level Makefile/configure.
[deliverable/binutils-gdb.git] / ld / Makefile.am
index a0eb12578bca22989e83920229c4c657c79ef3a7..0ed8d22201fe15abf8eaaf2990484a441e1ed6bf 100644 (file)
@@ -13,6 +13,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)
+
 # We put the scripts in the directory $(scriptdir)/ldscripts.
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
 # directives need to be different for native and cross linkers.
This page took 0.023675 seconds and 4 git commands to generate.