* configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.
* configure: Rebuilt.
This commit is contained in:
parent
d8475ff6b6
commit
98e5953c9c
3 changed files with 227 additions and 217 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-04-14 Matthew Green <mrg@cygnus.com>
|
||||
|
||||
* configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.
|
||||
* configure: Rebuilt.
|
||||
|
||||
Fri Apr 21 14:29:43 2000 Jeffrey A Law (law@cygnus.com)
|
||||
Jason Eckhardt <jle@cygnus.com>
|
||||
|
||||
|
|
429
gas/configure
vendored
429
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -364,7 +364,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 ;;
|
||||
|
|
Loading…
Reference in a new issue