summaryrefslogtreecommitdiffstats
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-03-17 00:46:25 +0000
committerAlan Modra <amodra@gmail.com>2004-03-17 00:46:25 +0000
commit9183ed4b1b25521437abef7e14cf29ee71311538 (patch)
treea76101c02ccff3c31327a918fc730833ed59b605 /ld/configure.tgt
parent3248c325226a9137bbeacce72d7a379798ee69b9 (diff)
downloadppe42-binutils-9183ed4b1b25521437abef7e14cf29ee71311538.tar.gz
ppe42-binutils-9183ed4b1b25521437abef7e14cf29ee71311538.zip
Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index d809c1149f..2c85431adb 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -332,7 +332,8 @@ shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)
targ_emul=shlelf
targ_extra_emuls="shelf shl sh"
;;
-sh-*-elf* | sh[1234]*-*-elf | sh-*-rtemself* | sh-*-kaos* | sh-*-vxworks)
+sh-*-rtemscoff*) targ_emul=sh; targ_extra_emuls=shl ;;
+sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos* | sh-*-vxworks)
targ_emul=shelf
targ_extra_emuls="shlelf sh shl"
;;
@@ -341,7 +342,7 @@ sh-*-nto*) targ_emul=shelf_nto
;;
sh-*-pe) targ_emul=shpe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
-sh-*-*|sh-*-rtems*) targ_emul=sh; targ_extra_emuls=shl ;;
+sh-*-*) targ_emul=sh; targ_extra_emuls=shl ;;
sh64le-*-elf*)
targ_emul=shlelf
targ_extra_emuls="shelf shlelf32 shelf32 shlelf64 shelf64"
OpenPOWER on IntegriCloud