Reinstate gas em=freebsd for sparc-freebsd

In commit c9098af41e 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.
This commit is contained in:
Alan Modra 2020-01-15 16:15:43 +10:30
parent e1c6cf618c
commit c24d0e8d48
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-01-15 Alan Modra <amodra@gmail.com>
* configure.tgt: Add sparc-*-freebsd case.
2020-01-14 Lili Cui <lili.cui@intel.com>
* testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.

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