aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2005-09-30 15:05:07 +0000
committerCatherine Moore <clm@redhat.com>2005-09-30 15:05:07 +0000
commit07c1b327c74f8ed0552ac3871e1c47e33faecfd8 (patch)
treedc589f4974d25ae5e92ad097cddb9584869a1bd3 /gas/configure
parentbfe2612a1433668c85da535144ea3b045dd817f4 (diff)
downloadgdb-07c1b327c74f8ed0552ac3871e1c47e33faecfd8.zip
gdb-07c1b327c74f8ed0552ac3871e1c47e33faecfd8.tar.gz
gdb-07c1b327c74f8ed0552ac3871e1c47e33faecfd8.tar.bz2
* Makefile.am: Bfin support.
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * configure: Regenerated. * configure.in: Bfin support. * configure.tgt: Bfin support. * config/bfin-aux.h: New file. * config/bfin-defs.h: New file. * config/bfin-lex.l: New file. * config/bfin-parse.y: New file. * config/tc-bfin.c: New file. * config/tc-bfin.h: New file. * doc/Makefile.am: Recognize c-bfin.texi. * doc/Makefile.in: Regenerated. * doc/all.texi: Bfin support. * doc/as.texinfo: Likewise. * doc/c-bfin.texi: Document bfin-specific syntax and directives.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure
index fcf6b62..8b026ad 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4641,6 +4641,19 @@ _ACEOF
# Any other special object files needed ?
case ${cpu_type} in
+
+ bfin)
+ echo ${extra_objects} | grep -s "bfin-parse.o"
+ if test $? -ne 0 ; then
+ extra_objects="$extra_objects bfin-parse.o"
+ fi
+
+ echo ${extra_objects} | grep -s "bfin-lex.o"
+ if test $? -ne 0 ; then
+ extra_objects="$extra_objects bfin-lex.o"
+ fi
+ ;;
+
fr30 | ip2k | iq2000 | m32r | openrisc)
using_cgen=yes
;;