diff options
author | Clément Chigot <chigot@adacore.com> | 2022-11-18 11:06:50 +0100 |
---|---|---|
committer | Clément Chigot <chigot@adacore.com> | 2023-03-16 15:01:05 +0100 |
commit | 567e0dfb0166c070d4d59b70ecb823fd9100f9a6 (patch) | |
tree | 9d426d872ffccc8fbcfb2210851409cea8063a5a /gas | |
parent | 5e4c7a839d1c0d68a4a518cf2dc8e87925575e58 (diff) | |
download | gdb-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 'gas')
-rw-r--r-- | gas/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 5fb7d88..3429f85 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -134,6 +134,7 @@ case ${generic_target} in aarch64*-linux-gnu_ilp32) arch=aarch64:32 ;; esac ;; aarch64*-*-netbsd*) fmt=elf em=nbsd;; + aarch64*-*-nto*) fmt=elf;; aarch64*-*-openbsd*) fmt=elf;; aarch64*-*-pe* | aarch64*-*-mingw*) fmt=coff em=pepaarch64 ;; alpha-*-*vms*) fmt=evax ;; |