From: J.T. Conklin Date: Wed, 1 Nov 1995 02:02:21 +0000 (+0000) Subject: * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39772dd8f1ce0472ed9469fef90cbb2c38983d07;p=binutils-gdb.git * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 systems. --- diff --git a/ChangeLog b/ChangeLog index 5ce10c18e32..c119566d882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 31 17:52:39 1995 J.T. Conklin + + * 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 * configure.in (copy_dirs): Use sys-include instead of include diff --git a/configure.in b/configure.in index bc8c1b933fb..51da239d49e 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;