]> git.eshelyaron.com Git - emacs.git/commitdiff
(m68k-harris-cxux*, m88k-harris-cxux*): New configs.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Jan 1994 18:09:50 +0000 (18:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Jan 1994 18:09:50 +0000 (18:09 +0000)
configure1.in

index 5196854bb7c64de45502e6f189b22a381a62b708..b8646bd8923adce4304fb6fa76a5605a48210fec 100755 (executable)
@@ -588,6 +588,20 @@ case "${canonical}" in
     machine=gould-np1 opsys=bsd4-3
   ;;
 
+  ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
+  ## as far as Emacs is concerned).
+  m88k-harris-cxux* )
+    # Build needs to be different on 7.0 and later releases
+    case "`uname -r`" in
+       [56].[0-9] ) machine=nh4000 opsys=cxux ;;
+       [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
+    esac
+  ;;
+  ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
+  m68k-harris-cxux* )
+    machine=nh3000 opsys=cxux
+  ;;
+
   ## Honeywell XPS100
   xps*-honeywell-sysv* )
     machine=xps100 opsys=usg5-2