Add NetBSD AArch64 GAS support.

gas	* configure.tgt (aarch64*-*-netbsd*): Add target.
This commit is contained in:
Kamil Rytarowski 2020-10-05 14:54:00 +01:00 committed by Nick Clifton
parent 0cc79db2b6
commit cc8b27f89c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-10-05 Kamil Rytarowski <n54@gmx.com>
* configure.tgt (aarch64*-*-netbsd*): Add target.
2020-10-05 Samanta Navarro <ferivoz@riseup.net>
* doc/as.texi: Fix spelling mistakes.

View File

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