forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
13
gas/configure
vendored
13
gas/configure
vendored
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user