public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: SPARC64 on FreeBSD semi-broken, fix proposal
       [not found] <c0b6852b6138164b69b886e49ee39c2c@elderlinux.org>
@ 2020-01-15  5:57 ` Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2020-01-15  5:57 UTC (permalink / raw)
  To: kraileth; +Cc: binutils

In commit c9098af41e3 I over-simplified the sparc target decoding,
missing the fact that prior to that patch sparc-*-freebsd fell through
to the generic *-*-freebsd match.

	* configure.tgt: Add sparc-*-freebsd case.

diff --git a/gas/configure.tgt b/gas/configure.tgt
index 85c9d1fc22..37224c5144 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -392,6 +392,7 @@ case ${generic_target} in
 
   sparc-*-linux-*)			fmt=elf em=linux ;;
   sparc-*-solaris*)			fmt=elf em=solaris ;;
+  sparc-*-freebsd*)			fmt=elf em=freebsd ;;
   sparc-*-*bsd*)			fmt=elf em=nbsd ;;
 
   spu-*-elf)				fmt=elf ;;

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-15  5:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c0b6852b6138164b69b886e49ee39c2c@elderlinux.org>
2020-01-15  5:57 ` SPARC64 on FreeBSD semi-broken, fix proposal Alan Modra

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).