aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-19 02:51:55 +0000
committerAlan Modra <amodra@gmail.com>2000-04-19 02:51:55 +0000
commit9c46fb1b9c10baca45964f885deee18cf6436526 (patch)
treed1efe029bda9569efd36a03667f33a3ff651a7f8 /gas/Makefile.in
parent93d2d69ce2e97f7b5ac8a3a5a0690fa0c48eee00 (diff)
downloadgdb-9c46fb1b9c10baca45964f885deee18cf6436526.zip
gdb-9c46fb1b9c10baca45964f885deee18cf6436526.tar.gz
gdb-9c46fb1b9c10baca45964f885deee18cf6436526.tar.bz2
Get LEX,FLEX from configure.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index f4ad643..da15e66 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -113,8 +113,8 @@ SUBDIRS = doc po
tooldir = $(exec_prefix)/$(target_alias)
-YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
-LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
+YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
+LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
WARN_CFLAGS = @WARN_CFLAGS@
AM_CFLAGS = $(WARN_CFLAGS)
@@ -145,6 +145,7 @@ CPU_TYPES = \
alpha \
arc \
arm \
+ avr \
d10v \
d30v \
fr30 \
@@ -309,6 +310,7 @@ TARGET_CPU_CFILES = \
config/tc-alpha.c \
config/tc-arc.c \
config/tc-arm.c \
+ config/tc-avr.c \
config/tc-d10v.c \
config/tc-d30v.c \
config/tc-fr30.c \
@@ -345,6 +347,7 @@ TARGET_CPU_HFILES = \
config/tc-alpha.h \
config/tc-arc.h \
config/tc-arm.h \
+ config/tc-avr.h \
config/tc-d10v.h \
config/tc-d30v.h \
config/tc-fr30.h \