aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.tgt
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-02-28 10:53:19 +0000
committerNathan Sidwell <nathan@codesourcery.com>2007-02-28 10:53:19 +0000
commited6ba29825f54a73da0b6829600f5cb9b59c9142 (patch)
tree4df8855f2aa3409e1461335be2efcaaec63a8a99 /gas/configure.tgt
parent870074ddaece1635f45566c00e2bae2a670b1149 (diff)
downloadfsf-binutils-gdb-ed6ba29825f54a73da0b6829600f5cb9b59c9142.zip
fsf-binutils-gdb-ed6ba29825f54a73da0b6829600f5cb9b59c9142.tar.gz
fsf-binutils-gdb-ed6ba29825f54a73da0b6829600f5cb9b59c9142.tar.bz2
bfd/
* config.bfd (sh-*-uclinux, sh[12]-*-uclinux): New stanza. gas/ * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf. ld/ * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o (eshelf_uclinux.c): New target. * Makefile.in: Rebuilt. * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza. * emulparams/shelf_uclinux.sh: New.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r--gas/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 783379f..e5081d0 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -337,7 +337,7 @@ case ${generic_target} in
sh64*-*-netbsd*) fmt=elf em=nbsd ;;
sh*-*-netbsdelf*) fmt=elf em=nbsd ;;
sh*-*-symbianelf*) fmt=elf endian=little ;;
- sh-*-elf*) fmt=elf ;;
+ sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*) fmt=elf ;;
sh-*-coff*) fmt=coff ;;
sh-*-nto*) fmt=elf ;;
sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;