aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-27 19:32:39 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-27 19:32:39 +0000
commit769e064df8b299145e75e3f54db916fb484fd472 (patch)
tree490905741cf11446ad76cb9b0eb385e592edaffb /configure.in
parent55626bf0869ae0199da7a57613912e46cf839c9f (diff)
downloadgdb-769e064df8b299145e75e3f54db916fb484fd472.zip
gdb-769e064df8b299145e75e3f54db916fb484fd472.tar.gz
gdb-769e064df8b299145e75e3f54db916fb484fd472.tar.bz2
Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (m68k-*-linux*): New host.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0d6b2763..b4ddf6c 100644
--- a/configure.in
+++ b/configure.in
@@ -97,6 +97,7 @@ 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;;