Merge conflicts into Binutils 2.10.1.

This fixes the i386 config bits, merge in the Alpha bits, and adds
arm32 & sparc bits.
This commit is contained in:
obrien 2000-11-15 21:23:09 +00:00
parent 07238094dd
commit e7d5572fba
2 changed files with 186 additions and 170 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ AC_INIT(as.h)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(gas, 2.10)
AM_INIT_AUTOMAKE(gas, 2.10.1)
AM_PROG_LIBTOOL
@ -353,7 +353,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 ;;
sparc*-*-freebsd) fmt=elf em=freebsd ;;