aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-11-19 19:28:40 +0000
committerMark Mitchell <mark@codesourcery.com>2004-11-19 19:28:40 +0000
commit6b3221b47a7e47dc7d84cdb855b1e5328bc91a92 (patch)
tree312d22f1037a43e2d5917551c5b9b95657eaa77f /ld/configure.tgt
parent5da8bf1b0bcc13d997c42283a80c3b847b621f99 (diff)
downloadgdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.zip
gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.tar.gz
gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.tar.bz2
* Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
(earmelf_linux_eabi.c): New target. * configure.tgt (arm*-*-linux-gnueabi): Handle it. * emulparams/armelf_linux_eabi.sh: New file. * Makefile.in: Regenerated.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 1a20c85..841bce7 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -263,6 +263,7 @@ arm*-*-symbianelf*) targ_emul=armsymbian;;
arm-*-kaos*) targ_emul=armelf ;;
arm9e-*-elf) targ_emul=armelf ;;
arm*b-*-linux-gnu*) targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;;
+arm*-*-linux-gnueabi) targ_emul=armelf_linux_eabi ;;
arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
arm*-*-conix*) targ_emul=armelf ;;