]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Reinstate gas em=freebsd for sparc-freebsd
authorAlan Modra <amodra@gmail.com>
Wed, 15 Jan 2020 05:45:43 +0000 (16:15 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 15 Jan 2020 05:59:19 +0000 (16:29 +1030)
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.

(cherry picked from commit c24d0e8d4850d4913a1630a53e272c930849406d)

gas/ChangeLog
gas/configure.tgt

index 81f066d6d77e0e2c5d04c823af6af1a7471ebccc..e9a9b22407f6f51c9122cf453198194391b6f984 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-15  Alan Modra  <amodra@gmail.com>
+
+       * configure.tgt: Add sparc-*-freebsd case.
+
 2020-01-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        Backported from mainline.
index a4828c4cae3b4fc552c94c65d8e33629f8a10f75..c0d2fe24a87316bdde5ab2022d32a86e2ff9ccc0 100644 (file)
@@ -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 ;;