diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-14 18:09:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-14 18:09:50 +0000 |
commit | d8e16cd273145eebe4a9149caa10dab7e6fc94da (patch) | |
tree | 5b9b0b4324dc3fdf1de62ecb17e62d9ecce30223 /configure1.in | |
parent | b026af49147c44643812fc85d458c1c5179524be (diff) | |
download | emacs-d8e16cd273145eebe4a9149caa10dab7e6fc94da.tar.gz |
(m68k-harris-cxux*, m88k-harris-cxux*): New configs.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 5196854bb7c..b8646bd8923 100755 --- a/configure1.in +++ b/configure1.in @@ -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 |