From 6b6600bd8e8b433daca1dc96f36966f4be059ff4 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 4 Jun 2003 23:21:26 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 1 - gcc/config/rs6000/t-rs6000 | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 708baca15b4..9f6580e43a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-04 Kaveh R. Ghazi + + * 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 PR bootstrap/3163 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 6755643d742..72a72d69336 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000 index 8806c2e62ed..edfb76cc87d 100644 --- a/gcc/config/rs6000/t-rs6000 +++ b/gcc/config/rs6000/t-rs6000 @@ -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 = -- 2.30.2