* Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.

From-SVN: r66708
This commit is contained in:
Kaveh R. Ghazi 2003-05-12 02:29:38 +00:00 committed by Kaveh Ghazi
parent ffa916bafb
commit 04f3680d86
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
* sparc.c (print_operand): Fix uninitialized warning.
2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>

View File

@ -161,7 +161,6 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
varasm.o-warn = -Wno-error
gcc.o-warn = -Wno-error
insn-conditions.o-warn = -Wno-error
@out_object_file@-warn = -Wno-error
# Bison-1.75 output often yields (harmless) -Wtraditional warnings
gengtype-yacc.o-warn = -Wno-error
c-parse.o-warn = -Wno-error