Add NetBSD AArch64 GAS support.
gas * configure.tgt (aarch64*-*-netbsd*): Add target.
This commit is contained in:
parent
0cc79db2b6
commit
cc8b27f89c
@ -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.
|
||||
|
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user