aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-12-31 21:05:42 +0000
committerIan Lance Taylor <ian@airs.com>1996-12-31 21:05:42 +0000
commit0bcd9172e8c6b1be3b15d321ed832f99aea9cb98 (patch)
tree184f78ec1b5b70ef50e5646f85604e35ca5d970d /configure.in
parentbab42c458b0fb14f66a992b37bc17fe352a3a600 (diff)
downloadgdb-0bcd9172e8c6b1be3b15d321ed832f99aea9cb98.zip
gdb-0bcd9172e8c6b1be3b15d321ed832f99aea9cb98.tar.gz
gdb-0bcd9172e8c6b1be3b15d321ed832f99aea9cb98.tar.bz2
* configure.in: Remove uses of config/mh-linux.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f56da92..25d14e2 100644
--- a/configure.in
+++ b/configure.in
@@ -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 ;;