mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 systems.
This commit is contained in:
@ -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>
|
Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
||||||
|
|
||||||
* configure.in (copy_dirs): Use sys-include instead of include
|
* configure.in (copy_dirs): Use sys-include instead of include
|
||||||
|
@ -117,7 +117,7 @@ case "${host}" in
|
|||||||
i[345]86-*-win32) host_makefile_frag=config/mh-i386win32 ;;
|
i[345]86-*-win32) host_makefile_frag=config/mh-i386win32 ;;
|
||||||
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
||||||
*-*-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
*-*-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[78]*) host_makefile_frag=config/mh-hpux8 ;;
|
||||||
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
|
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
|
||||||
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
|
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
|
||||||
|
Reference in New Issue
Block a user