diff options
author | Andrew Turner <andrew@freebsd.org> | 2015-04-02 15:07:27 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-02 15:07:27 +0100 |
commit | 15c7659fd125da7d08cfe0f82f1795ab88f897d2 (patch) | |
tree | aab03e0f69ded33791a83bc7d8682912a3f31811 /ld/configure.tgt | |
parent | c1baaddf8861aea666b84baeb4746caff51a579d (diff) | |
download | gdb-15c7659fd125da7d08cfe0f82f1795ab88f897d2.zip gdb-15c7659fd125da7d08cfe0f82f1795ab88f897d2.tar.gz gdb-15c7659fd125da7d08cfe0f82f1795ab88f897d2.tar.bz2 |
Add support for configuring an aarch64-freebsd target.
ld * Makefile.am: Add FreeBSD aarch64 files.
* Makefile.in: Regenerate.
* configure.tgt: Add aarch64-*-freebsd* target triple.
* emulparams/aarch64fbsd.sh: New file.
* emulparams/aarch64fbsdb.sh: New file.
bfd * config.bfd: Add aarch64-*-freebsd* target triple.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 4b967fe..4a45f14 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -49,6 +49,8 @@ aarch64_be-*-elf) targ_emul=aarch64elfb targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b armelfb armelf" ;; aarch64-*-elf) targ_emul=aarch64elf targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;; +aarch64-*-freebsd*) targ_emul=aarch64fbsd + targ_extra_emuls="aarch64fbsdb aarch64elf" ;; aarch64_be-*-linux*) targ_emul=aarch64linuxb targ_extra_libpath="aarch64linux aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath" ;; |