* configure.in: Separate Solaris2 from SYSV4 on SPARC.
authorJohn Gilmore <gnu@cygnus>
Fri, 19 Jun 1992 19:22:36 +0000 (19:22 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 19 Jun 1992 19:22:36 +0000 (19:22 +0000)
* config/solaris2.mh:  Kludge around Sun compiler bug.

bfd/ChangeLog
bfd/configure.in

index 0fa8985..ca1225d 100644 (file)
@@ -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
index 171862e..179d216 100644 (file)
@@ -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 ;;