aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorKuba Sejdak <jakub.sejdak@phoesys.com>2016-05-23 13:53:07 +0100
committerNick Clifton <nickc@redhat.com>2016-05-23 13:53:07 +0100
commita2bea3245ecf4ff67f923c85adf57aa78423eb45 (patch)
tree1275f4e75e5489a5d1ffc040b36106e92b30bdd2 /ld/configure.tgt
parentd0571b9934241e58a5325fc6e09298d0e3396280 (diff)
downloadbinutils-a2bea3245ecf4ff67f923c85adf57aa78423eb45.zip
binutils-a2bea3245ecf4ff67f923c85adf57aa78423eb45.tar.gz
binutils-a2bea3245ecf4ff67f923c85adf57aa78423eb45.tar.bz2
Add support for configuring for the ARM Phoenix target.
bfd * config.bfd: Add entry for arm-phoenix. gas * configuse.tgt: Add entry for arm-phoenix. ld * Makefile.am: Add earmelf_phoenix.c. * Makefile.in: Regenerate. * configure.tgt: Add entry for arm-phoenix. * emulparams/armelf_phoenix.sh: New file.
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 d68e3a9..0b7637b 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -103,6 +103,7 @@ arm-*-netbsd*) targ_emul=armnbsd;
targ_extra_emuls="armelf armelf_nbsd armelfb_nbsd" ;;
arm-*-nto*) targ_emul=armnto ;;
arm-*-openbsd*) targ_emul=armnbsd ;;
+arm-*-phoenix*) targ_emul=armelf ;;
arm-*-rtems*) targ_emul=armelf ;;
armeb-*-elf | armeb-*-eabi*)
targ_emul=armelfb ;;