* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 1 Nov 1995 02:02:21 +0000 (02:02 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 1 Nov 1995 02:02:21 +0000 (02:02 +0000)
of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
systems.

ChangeLog
configure.in

index 5ce10c18e32307b22b48b83422d14584dfe7efd3..c119566d88295b3c1517610dbe5fb29920673a79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
+
+       * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
+       of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
+       systems.
+
 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
 
        * configure.in (copy_dirs): Use sys-include instead of include
index bc8c1b933fba65d6355b944cfcd7a6e59c01c1f5..51da239d49ecefe089820c491a222674223cda8b 100644 (file)
@@ -117,7 +117,7 @@ case "${host}" in
   i[345]86-*-win32)      host_makefile_frag=config/mh-i386win32 ;;
   vax-*-ultrix2*)         host_makefile_frag=config/mh-vaxult2 ;;
   *-*-solaris2*)          host_makefile_frag=config/mh-solaris ;;
-  m68k-sun-*)            host_makefile_frag=config/mh-sun3 ;;
+  m68k-sun-sunos*)       host_makefile_frag=config/mh-sun3 ;;
   *-hp-hpux[78]*)         host_makefile_frag=config/mh-hpux8 ;;
   *-hp-hpux*)             host_makefile_frag=config/mh-hpux ;;
   *-*-hiux*)              host_makefile_frag=config/mh-hpux ;;
This page took 0.041708 seconds and 4 git commands to generate.