aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
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 /ld/configure.tgt
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 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index efd4309..34c9d67 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -118,6 +118,9 @@ aarch64-*-linux*) targ_emul=aarch64linux
aarch64-*-haiku*) targ_emul=aarch64haiku
targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb armelf_haiku $targ_extra_libpath"
;;
+aarch64-*-nto*) targ_emul=aarch64nto
+ targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb"
+ ;;
aarch64-*-pe* | aarch64-*-mingw*)
targ_emul=aarch64pe
targ_extra_emuls="arm64pe"