Makefile.in (varasm.o): Don't set -Wno-error.

* Makefile.in (varasm.o): Don't set -Wno-error.
	* rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.

From-SVN: r67469
This commit is contained in:
Kaveh R. Ghazi 2003-06-04 23:21:26 +00:00 committed by Kaveh Ghazi
parent 7778fa6e3b
commit 6b6600bd8e
3 changed files with 5 additions and 3 deletions

View 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

View 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

View 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 =