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:
parent
e1c6cf618c
commit
c24d0e8d48
@ -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.
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user