* Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
From-SVN: r66708
This commit is contained in:
parent
ffa916bafb
commit
04f3680d86
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user