support all sparc targets (from me via binutils-current)

This commit is contained in:
mrg 2000-07-26 16:32:57 +00:00
parent e1575802a6
commit e9a5e01d04
2 changed files with 195 additions and 182 deletions

File diff suppressed because it is too large Load Diff

View File

@ -351,7 +351,15 @@ changequote([,])dnl
sparc-fujitsu-none) fmt=aout ;;
sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
fmt=elf ;;
sparc-*-netbsd*) fmt=aout em=nbsd ;;
sparc-*-netbsd*) em=nbsd bfd_gas=yes
case ${cpu} in
sparc) case ${os} in
*elf*) fmt=elf ;;
*) fmt=aout ;;
esac ;;
sparc64) fmt=elf ;;
esac
;;
sparc-*-openbsd*) fmt=aout em=nbsd ;;
strongarm-*-coff) fmt=coff ;;