OSDN Git Service

* Makefile.in: Set a `build-warn' variable.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2005 03:50:55 +0000 (03:50 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2005 03:50:55 +0000 (03:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93219 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 20f5d2f..587891a 100644 (file)
@@ -1,3 +1,7 @@
+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
index b266be8..08b8876 100644 (file)
@@ -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: