aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorClément Chigot <chigot@adacore.com>2022-11-18 11:06:50 +0100
committerClément Chigot <chigot@adacore.com>2023-03-16 15:01:05 +0100
commit567e0dfb0166c070d4d59b70ecb823fd9100f9a6 (patch)
tree9d426d872ffccc8fbcfb2210851409cea8063a5a /bfd
parent5e4c7a839d1c0d68a4a518cf2dc8e87925575e58 (diff)
downloadgdb-567e0dfb0166c070d4d59b70ecb823fd9100f9a6.zip
gdb-567e0dfb0166c070d4d59b70ecb823fd9100f9a6.tar.gz
gdb-567e0dfb0166c070d4d59b70ecb823fd9100f9a6.tar.bz2
configure: add new target aarch64-*-nto*
This target has its own ld emulation based on aarch64elf.em.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 0b0f7d5..7af4810 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -283,7 +283,7 @@ case "${targ}" in
targ_selvecs="aarch64_elf64_be_vec aarch64_elf32_le_vec aarch64_elf32_be_vec arm_elf32_le_vec arm_elf32_be_vec"
want64=true
;;
- aarch64-*-linux* | aarch64-*-netbsd*)
+ aarch64-*-linux* | aarch64-*-netbsd* | aarch64-*-nto*)
targ_defvec=aarch64_elf64_le_vec
targ_selvecs="aarch64_elf64_be_vec aarch64_elf32_le_vec aarch64_elf32_be_vec arm_elf32_le_vec arm_elf32_be_vec aarch64_pei_le_vec aarch64_pe_le_vec"
want64=true