* configure.in: Separate Solaris2 from SYSV4 on SPARC.
* config/solaris2.mh: Kludge around Sun compiler bug.
This commit is contained in:
parent
4341615d92
commit
cf9395e5f5
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jun 19 12:21:38 1992 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* configure.in: Separate Solaris2 from SYSV4 on SPARC.
|
||||
* config/solaris2.mh: Kludge around Sun compiler bug.
|
||||
|
||||
Wed Jun 17 14:02:46 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* libaout.h (aout_backend_data): Change defs of two bitfields to
|
||||
|
|
|
@ -91,7 +91,8 @@ i386)
|
|||
sparc)
|
||||
case "${host_os}" in
|
||||
sunos64) my_host=sparc-ll ;;
|
||||
sysv4|solaris2) my_host=sysv4 ;;
|
||||
sysv4) my_host=sysv4 ;;
|
||||
solaris2) my_host=solaris2 ;;
|
||||
sysv64) my_host=sysv4-ll ;;
|
||||
*) my_host=sparc ;;
|
||||
esac
|
||||
|
@ -147,7 +148,7 @@ h8300-hitachi-* ) bfd_target=h8300-coff ;;
|
|||
|
||||
i960-wrs-* ) bfd_target=i960-bout ;;
|
||||
m68k-wrs-* ) bfd_target=m68k-aout ;;
|
||||
m680[01234]-wrs-* ) bfd_target=m68k-aout ;;
|
||||
m680[01234]0-wrs-* ) bfd_target=m68k-aout ;;
|
||||
|
||||
m68k-sun-* ) bfd_target=m68k-aout ;;
|
||||
m680[01234]0-sun-* ) bfd_target=m68k-aout ;;
|
||||
|
|
Loading…
Reference in a new issue