# HG changeset patch # User Richard M. Stallman # Date 758570990 0 # Node ID a5bb8db5c4e7f740bd76b48e9ae2dd1548c7f08a # Parent 1c084b38abc13181e1f063ece81f392acb7e630e (m68k-harris-cxux*, m88k-harris-cxux*): New configs. diff -r 1c084b38abc1 -r a5bb8db5c4e7 configure1.in --- a/configure1.in Fri Jan 14 18:09:06 1994 +0000 +++ b/configure1.in Fri Jan 14 18:09:50 1994 +0000 @@ -588,6 +588,20 @@ 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