Mercurial > emacs
changeset 5584:a5bb8db5c4e7
(m68k-harris-cxux*, m88k-harris-cxux*): New configs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 14 Jan 1994 18:09:50 +0000 |
parents | 1c084b38abc1 |
children | 0c8f4489999d |
files | configure1.in |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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