PR gas/1299
authorThiemo Seufer <ths@networkno.de>
Tue, 1 Nov 2005 10:23:56 +0000 (10:23 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 1 Nov 2005 10:23:56 +0000 (10:23 +0000)
* Makefile.am: Disable -Werror for the itbl-lex.o rule.
* Makefile.in: Regenerate.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index a0c0a7ff488896a22682b4c856bd7c0fd92bd640..0dabaebade41a3f1b6cd978536b8f4479fa2fd31 100644 (file)
@@ -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.
index ff7915a11b91116d607313975b56541ec3496ed2..17fc27ff836307fa653f0a64c325c6c6373cb97a 100644 (file)
@@ -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. 
index d7c33b8e67e02aa69df79d41d0b86adebdf54c49..9b13332487661116d385b2b4b2e30b8c2533766a 100644 (file)
@@ -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.