Commit 9a43b902 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* Makefile.in: Set a `build-warn' variable.

From-SVN: r93219
parent 475fa385
2005-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in: Set a `build-warn' variable.
2005-01-11 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/17949
......
......@@ -184,6 +184,7 @@ VALGRIND_DRIVER_DEFINES = @valgrind_path_defines@
# This is how we control whether or not the additional warnings are applied.
.-warn = $(STRICT_WARN)
build-warn = $(STRICT_WARN)
GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
# These files are to have -Werror bypassed in stage2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment