Add OpenBSD AArch64 GAS support.

* configure.tgt (aarch64*-*-openbsd*): Add target.
This commit is contained in:
Frederic Cambus 2022-08-31 15:50:04 +01:00 committed by Nick Clifton
parent 945e66a74d
commit 6472b2302d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2022-08-31 Frederic Cambus <fred@statdns.com>
* configure.tgt (aarch64*-*-openbsd*): Add target.
2022-08-30 Nick Clifton <nickc@redhat.com>
PR 29494

View File

@ -134,6 +134,7 @@ case ${generic_target} in
aarch64*-linux-gnu_ilp32) arch=aarch64:32 ;;
esac ;;
aarch64*-*-netbsd*) fmt=elf em=nbsd;;
aarch64*-*-openbsd*) fmt=elf;;
alpha-*-*vms*) fmt=evax ;;
alpha-*-osf*) fmt=ecoff ;;