diff options
author | Kuba Sejdak <jakub.sejdak@phoesys.com> | 2016-05-23 13:53:07 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-05-23 13:53:07 +0100 |
commit | a2bea3245ecf4ff67f923c85adf57aa78423eb45 (patch) | |
tree | 1275f4e75e5489a5d1ffc040b36106e92b30bdd2 /ld/configure.tgt | |
parent | d0571b9934241e58a5325fc6e09298d0e3396280 (diff) | |
download | gdb-a2bea3245ecf4ff67f923c85adf57aa78423eb45.zip gdb-a2bea3245ecf4ff67f923c85adf57aa78423eb45.tar.gz gdb-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.tgt | 1 |
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 ;; |