diff options
author | Andreas Tobler <andreast@fgznet.ch> | 2014-06-18 21:58:19 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@fgznet.ch> | 2014-06-18 21:58:19 +0200 |
commit | 1804dbce5a7c0298a98dcedde14ab4d432fad754 (patch) | |
tree | 2f317e6f4081403456313153be23f8de919487ea /ld/configure.tgt | |
parent | 17a40b44e2aa89d2df08897ea05a42e1afedd06a (diff) | |
download | gdb-1804dbce5a7c0298a98dcedde14ab4d432fad754.zip gdb-1804dbce5a7c0298a98dcedde14ab4d432fad754.tar.gz gdb-1804dbce5a7c0298a98dcedde14ab4d432fad754.tar.bz2 |
ld/ARM: Add target arm*b-*-freebsd*, update target arm*-*-freebsd*.
ld/ChangeLog:
2014-06-18 Andreas Tobler <andreast@fgznet.ch>
* configure.tgt (arm*-*-freebsd*): Update targ_extra_emuls.
(arm*b-*-freebsd*): Add target.
* emulparams/armelfb_fbsd.sh: Added.
* emulparams/armelf_fbsd.sh: Updated.
* Makefile.am (ALL_EMULATION_SOURCES): Add earmelfb_fbsd.c.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 0eb743d..a230207 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -81,9 +81,11 @@ arm-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; arm-*-aout | armel-*-aout) targ_emul=armaoutl ;; armeb-*-aout) targ_emul=armaoutb ;; arm-*-coff) targ_emul=armcoff ;; -arm-*-freebsd* | arm-*-kfreebsd*-gnu) +arm*b-*-freebsd*) targ_emul=armelfb_fbsd + targ_extra_emuls="armelf_fbsd armelf" ;; +arm*-*-freebsd* | arm-*-kfreebsd*-gnu) targ_emul=armelf_fbsd - targ_extra_emuls="armelf" ;; + targ_extra_emuls="armelfb_fbsd armelf" ;; armeb-*-netbsdelf*) targ_emul=armelfb_nbsd; targ_extra_emuls="armelf_nbsd armelf armnbsd" ;; arm-*-netbsdelf*) targ_emul=armelf_nbsd; |