diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ea9edb..58e9fac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/configure.tgt b/gas/configure.tgt index 831ca90..cd60f21 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -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 ;; |