Add NetBSD AArch64 GAS support.
authorKamil Rytarowski <n54@gmx.com>
Mon, 5 Oct 2020 13:54:00 +0000 (14:54 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 5 Oct 2020 13:54:00 +0000 (14:54 +0100)
gas * configure.tgt (aarch64*-*-netbsd*): Add target.

gas/ChangeLog
gas/configure.tgt

index 5ea9edb7b9345b596b061da932f13856d88ad255..58e9fac96dccf6ed1e2afc9bb0a0c5c8d51bed95 100644 (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.
index 831ca901bae0c1673e3b683a6de2b601d8209742..cd60f21a74d40bd35a10a44e818b55749d3e7bda 100644 (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 ;;
This page took 0.026437 seconds and 4 git commands to generate.