1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

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:
David E. O'Brien 2000-11-15 21:23:09 +00:00
parent a931252992
commit ee5fdef30c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68775
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 ;;