aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-11-25 00:21:40 +0000
committerNick Clifton <nickc@redhat.com>2000-11-25 00:21:40 +0000
commit077b8428ab2abe6e4c66216151c518c03467323c (patch)
tree4d9e07f38a2e3b8ad7561574fdf3241d484b910d /ld/configure.tgt
parent49425d281cfc2c9d4b61bc7db78f398950e9dca9 (diff)
downloadfsf-binutils-gdb-077b8428ab2abe6e4c66216151c518c03467323c.zip
fsf-binutils-gdb-077b8428ab2abe6e4c66216151c518c03467323c.tar.gz
fsf-binutils-gdb-077b8428ab2abe6e4c66216151c518c03467323c.tar.bz2
Add ARM v5t, v5te and XScale support
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index fad940d..f8f366a 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -178,6 +178,8 @@ thumb-epoc-pe) targ_emul=arm_epoc_pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
thumb-*-pe) targ_emul=armpe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+xscale-*-coff) targ_emul=armcoff ;;
+xscale-*-elf) targ_emul=armelf ;;
h8300-*-hms* | h8300-*-coff*)
targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
;;