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:
mrg 1998-12-16 14:33:14 +00:00
parent 67f1109836
commit 33e708f1c7
2 changed files with 8 additions and 2 deletions

View File

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

View File

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