aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-22 17:27:20 +0000
committerNick Clifton <nickc@redhat.com>2002-08-22 17:27:20 +0000
commited71e1110daa51fb1e40bf98ab7b27768be6a123 (patch)
tree16d35c46d831e6f5422d2dbf52cea1670a5d6f25 /ld/configure.tgt
parentdfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8 (diff)
downloadgdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.zip
gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.gz
gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.bz2
Add sh-nto support
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index ffa735c..6659165 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -232,7 +232,7 @@ arm-*-netbsdelf*) targ_emul=armelf_nbsd;
targ_extra_emuls="armelfb_nbsd armelf armnbsd" ;;
arm-*-netbsd*) targ_emul=armnbsd;
targ_extra_emuls="armelf armelf_nbsd armelfb_nbsd" ;;
-arm-**-nto*) targ_emul=armnto ;;
+arm-*-nto*) targ_emul=armnto ;;
arm-*-openbsd*) targ_emul=armnbsd ;;
arm-*-rtems*) targ_emul=armelf ;;
arm-*-elf) targ_emul=armelf ;;
@@ -307,6 +307,9 @@ sh-*-elf* | sh[1234]*-*-elf | sh-*-rtemself*)
targ_emul=shelf
targ_extra_emuls="shlelf sh shl"
;;
+sh-*-nto*) targ_emul=shelf_nto
+ targ_extra_emuls=shlelf_nto
+ ;;
sh-*-pe) targ_emul=shpe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
sh-*-*|sh-*-rtems*) targ_emul=sh; targ_extra_emuls=shl ;;