From 48de34953fd0d9a5067fc909d08d314b01de6025 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 16 Jul 1994 19:11:16 +0000 Subject: [PATCH] * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7. * config.sub: Recognize cxux7. * configure.in: Use mh-cxux for m88k-harris-cxux*. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; -- 2.7.4