mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 18:05:48 +08:00
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:
parent
7778fa6e3b
commit
6b6600bd8e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user