* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
authorStan Shebs <shebs@codesourcery.com>
Sat, 16 Jul 1994 19:11:16 +0000 (19:11 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 16 Jul 1994 19:11:16 +0000 (19:11 +0000)
* config.sub: Recognize cxux7.
* configure.in: Use mh-cxux for m88k-harris-cxux*.

configure.in

index 78e8bcb..01fb630 100644 (file)
@@ -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 ;;