PR gas/1299
* Makefile.am: Disable -Werror for the itbl-lex.o rule. * Makefile.in: Regenerate.
This commit is contained in:
parent
e85e5c83db
commit
0876dd7ea1
3 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-11-01 Thiemo Seufer <ths@networkno.de>
|
||||
|
||||
PR gas/1299
|
||||
* Makefile.am: Disable -Werror for the itbl-lex.o rule.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2005-11-01 Thiemo Seufer <ths@networkno.de>
|
||||
|
||||
* config/tc-mips.c (md_parse_option): Fix typo in comment.
|
||||
|
|
|
@ -623,7 +623,11 @@ bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
|
|||
# The instruction table specification lexical analyzer and parser.
|
||||
|
||||
itbl-lex.c: $(srcdir)/itbl-lex.l
|
||||
|
||||
# Disable -Werror, if it has been enabled, since old versions of bison/
|
||||
# yacc will produce working code which contain compile time warnings.
|
||||
itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
|
||||
$(COMPILE) -c $< $(NO_WERROR)
|
||||
|
||||
# Disable -Werror, if it has been enabled, since old versions of bison/
|
||||
# yacc will produce working code which contain compile time warnings.
|
||||
|
|
|
@ -2986,7 +2986,11 @@ bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
|
|||
# The instruction table specification lexical analyzer and parser.
|
||||
|
||||
itbl-lex.c: $(srcdir)/itbl-lex.l
|
||||
|
||||
# Disable -Werror, if it has been enabled, since old versions of bison/
|
||||
# yacc will produce working code which contain compile time warnings.
|
||||
itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
|
||||
$(COMPILE) -c $< $(NO_WERROR)
|
||||
|
||||
# Disable -Werror, if it has been enabled, since old versions of bison/
|
||||
# yacc will produce working code which contain compile time warnings.
|
||||
|
|
Loading…
Reference in a new issue