]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in: Set a `build-warn' variable.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 12 Jan 2005 03:50:55 +0000 (03:50 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 12 Jan 2005 03:50:55 +0000 (03:50 +0000)
From-SVN: r93219

gcc/ChangeLog
gcc/Makefile.in

index 20f5d2f9aeece432c672e4826c69d8f4fc3a4053..587891ac14fbf5311e6afd751ce8c478b988c4fd 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 b266be8801e5a2de65c1ae8e9718585ec6940b6d..08b8876b206288dfe0b3bc4558c490090e51219c 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: