aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-07-16 19:11:16 +0000
committerStan Shebs <shebs@codesourcery.com>1994-07-16 19:11:16 +0000
commit48de34953fd0d9a5067fc909d08d314b01de6025 (patch)
treeb955a1ec255dcd4c0ee8449163ba37550e91e4e5 /configure.in
parent0568ccb0acb963d00f5bc283b7389d2b397c6364 (diff)
downloadgdb-48de34953fd0d9a5067fc909d08d314b01de6025.zip
gdb-48de34953fd0d9a5067fc909d08d314b01de6025.tar.gz
gdb-48de34953fd0d9a5067fc909d08d314b01de6025.tar.bz2
* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
* config.sub: Recognize cxux7. * configure.in: Use mh-cxux for m88k-harris-cxux*.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 78e8bcb..01fb630 100644
--- a/configure.in
+++ b/configure.in
@@ -90,8 +90,9 @@ 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 ;;
- m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;
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;;
mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;;
mips*-sgi-irix5*) host_makefile_frag=config/mh-irix5 ;;
mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;;