add a new target "sparc-*-netbsdelf". note that "em=" here is broken. but that is OK as it is broken everywhere here pretty much.
This commit is contained in:
parent
67f1109836
commit
33e708f1c7
|
@ -960,7 +960,10 @@ for this_target in $target $canon_targets ; do
|
|||
fmt=elf ;;
|
||||
sparc-*-netbsd*) em=nbsd bfd_gas=yes
|
||||
case ${cpu} in
|
||||
sparc) fmt=aout ;;
|
||||
sparc) case ${os} in
|
||||
*elf*) fmt=elf ;;
|
||||
*) fmt=aout ;;
|
||||
esac ;;
|
||||
sparc64) fmt=elf ;;
|
||||
esac
|
||||
;;
|
||||
|
|
|
@ -302,7 +302,10 @@ changequote([,])dnl
|
|||
fmt=elf ;;
|
||||
sparc-*-netbsd*) em=nbsd bfd_gas=yes
|
||||
case ${cpu} in
|
||||
sparc) fmt=aout ;;
|
||||
sparc) case ${os} in
|
||||
*elf*) fmt=elf ;;
|
||||
*) fmt=aout ;;
|
||||
esac ;;
|
||||
sparc64) fmt=elf ;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue