Add OpenBSD AArch64 GAS support.
* configure.tgt (aarch64*-*-openbsd*): Add target.
This commit is contained in:
parent
945e66a74d
commit
6472b2302d
@ -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
|
||||
|
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user