Makefile.in (varasm.o): Don't set -Wno-error.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 4 Jun 2003 23:21:26 +0000 (23:21 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 4 Jun 2003 23:21:26 +0000 (23:21 +0000)
* Makefile.in (varasm.o): Don't set -Wno-error.
* rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.

From-SVN: r67469

gcc/ChangeLog
gcc/Makefile.in
gcc/config/rs6000/t-rs6000

index 708baca..9f6580e 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (varasm.o): Don't set -Wno-error.
+       * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
+
 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
 
        PR bootstrap/3163
index 6755643..72a72d6 100644 (file)
@@ -158,7 +158,6 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
 
 # These files are to have -Werror bypassed in stage2:
 # These are very hard to completely clean due to target complexities.
-varasm.o-warn = -Wno-error
 gcc.o-warn = -Wno-error
 insn-conditions.o-warn = -Wno-error
 # Bison-1.75 output often yields (harmless) -Wtraditional warnings
index 8806c2e..edfb76c 100644 (file)
@@ -16,6 +16,4 @@ rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c \
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/rs6000/rs6000-c.c
 
 # The rs6000 backend doesn't cause warnings in these files.
-varasm.o-warn =
 insn-conditions.o-warn =
-$(out_object_file)-warn =