diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-04 23:21:26 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-04 23:21:26 +0000 |
commit | 1dd2875d0b5a6f06cbfce87ca4d9524125b7bd16 (patch) | |
tree | 53e308c1a401180168417d6f37a7c7fc989557b9 /gcc/config/rs6000/t-rs6000 | |
parent | 5b35e31ca92979fde0fed7c7c74c3623ae0b6b2f (diff) | |
download | gcc-1dd2875d0b5a6f06cbfce87ca4d9524125b7bd16.tar.gz |
* Makefile.in (varasm.o): Don't set -Wno-error.
* rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67469 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-rs6000')
-rw-r--r-- | gcc/config/rs6000/t-rs6000 | 2 |
1 files changed, 0 insertions, 2 deletions
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 = |