change to new solaris naming system, add sysv4 host config
authorDavid D. Zuhn <zoo@cygnus>
Sat, 13 Jun 1992 00:43:08 +0000 (00:43 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sat, 13 Jun 1992 00:43:08 +0000 (00:43 +0000)
bfd/ChangeLog
bfd/configure.in

index 87f63053fd85dcbc91f72a4f9c8203d43e991e9a..102bb72f4bd9e93b069c12839ed5a51f080733b1 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jun 12 14:51:14 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config/sysv4.mh: new file, RANLIB=echo
+
+       * configure.in: handle Solaris2 as -sysv4 or -solaris2
+
 Thu Jun 11 00:52:03 1992  John Gilmore  (gnu at cygnus.com)
 
        * elf.c (elf_obj_tdata):  Merge elf_obj_tdata_struct and
index 201a9debe061f8b7633ae62a1e4a303fb2761d48..e906f7622c1934d3c60e531602ad7a4ec92b60fc 100644 (file)
@@ -91,7 +91,7 @@ i386)
 sparc)
        case "${host_os}" in
        sunos64)        my_host=sparc-ll ;;
-       sysv4|sunos5*)  my_host=sysv4 ;;
+       sysv4|solaris2) my_host=sysv4 ;;
        sysv64)         my_host=sysv4-ll ;;
        *)              my_host=sparc ;;
        esac
@@ -184,7 +184,7 @@ sun)
        case "${target_cpu}" in
        m68k|m680[01234]0)      bfd_target=m68k-aout ;;
        sparc)  case "${target_os}" in
-               sysv4|sunos5*)  bfd_target=sparc-elf ;;
+               sysv4|solaris2) bfd_target=sparc-elf ;;
                *)      bfd_target=sparc-aout ;;
                esac
                ;;