public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add OpenBSD AArch64 GAS support.
@ 2022-08-27 17:29 Frederic Cambus
  2022-08-30 15:10 ` Nick Clifton
  0 siblings, 1 reply; 5+ messages in thread
From: Frederic Cambus @ 2022-08-27 17:29 UTC (permalink / raw)
  To: binutils

gas/ChangeLog:

2022-08-27  Frederic Cambus  <fred@statdns.com>

	* configure.tgt (aarch64*-*-openbsd*): Add target.
---
 gas/configure.tgt | 1 +
 1 file changed, 1 insertion(+)

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 ;;


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-31 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27 17:29 [PATCH] Add OpenBSD AArch64 GAS support Frederic Cambus
2022-08-30 15:10 ` Nick Clifton
2022-08-31 12:58   ` Frederic Cambus
2022-08-31 12:58     ` Frederic Cambus
2022-08-31 14:52     ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).