From: Frederic Cambus Date: Wed, 31 Aug 2022 14:50:04 +0000 (+0100) Subject: Add OpenBSD AArch64 GAS support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6472b2302de5cd8753be629f58c8ce880d0c2e32;p=binutils-gdb.git Add OpenBSD AArch64 GAS support. * configure.tgt (aarch64*-*-openbsd*): Add target. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1cfeb521632..a54e5e2c680 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2022-08-31 Frederic Cambus + + * configure.tgt (aarch64*-*-openbsd*): Add target. + 2022-08-30 Nick Clifton PR 29494 diff --git a/gas/configure.tgt b/gas/configure.tgt index 62f806bdfe8..9f2b6720bd7 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -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 ;;