* configure.in: Remove uses of config/mh-linux.

This commit is contained in:
Ian Lance Taylor 1996-12-31 21:05:42 +00:00
parent bab42c458b
commit 0bcd9172e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Remove uses of config/mh-linux.
* config.sub, config.guess: Merge with latest FSF sources.
start-sanitize-tic80

View File

@ -110,7 +110,6 @@ case "${host}" in
m68k-hp-hpux*) host_makefile_frag=config/mh-hp300 ;;
m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;;
m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;;
m68k-*-linux*) host_makefile_frag=config/mh-linux ;;
m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;;
m88k-harris-cxux*) host_makefile_frag=config/mh-cxux ;;
m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;
@ -128,7 +127,6 @@ case "${host}" in
i[3456]86-*-sco3.2v5*) host_makefile_frag=config/mh-sysv ;;
i[3456]86-*-sco*) host_makefile_frag=config/mh-sco ;;
i[3456]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
i[3456]86-*-linux*) host_makefile_frag=config/mh-linux ;;
i[3456]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
i[3456]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
i[3456]86-*-go32*) host_makefile_frag=config/mh-go32 ;;