aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-02-08 12:47:01 +0000
committerNick Clifton <nickc@redhat.com>1999-02-08 12:47:01 +0000
commit29b5edecd710c399579ac094c6786a279d512254 (patch)
tree1fee65e729ea9c5667c270a506f6c80a5765f929 /ld/configure.tgt
parent4145dbc306eb1e051d423fe7325086376b4cfc52 (diff)
downloadgdb-29b5edecd710c399579ac094c6786a279d512254.zip
gdb-29b5edecd710c399579ac094c6786a279d512254.tar.gz
gdb-29b5edecd710c399579ac094c6786a279d512254.tar.bz2
Add support for StrongARM target.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 353d94a..91bdb32 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -119,8 +119,12 @@ arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
armeb-*-aout) targ_emul=armaoutb ;;
arm-*-coff) targ_emul=armcoff ;;
arm-*-elf) targ_emul=armelf ;;
+arm-*-oabi) targ_emul=armelf_oabi ;;
+strongarm-*-coff) targ_emul=armcoff ;;
+strongarm-*-elf) targ_emul=armelf ;;
thumb-*-coff) targ_emul=armcoff ;;
thumb-*-elf) targ_emul=armelf ;;
+thumb-*-oabi) targ_emul=armelf_oabi ;;
thumb-*-pe) targ_emul=armpe ;;
h8300-*-hms* | h8300-*-coff*)
targ_emul=h8300; targ_extra_emuls="h8300h h8300s"