diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-21 21:52:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-21 21:52:23 +0000 |
commit | 4b50cf1d8756257e434df0a4d940fe68a096a483 (patch) | |
tree | c75a5ffaaa903afc9744d64c99fd1bb414242ab2 /configure1.in | |
parent | 5f399b3d644d72591c6ac186b921b0aa2e428b31 (diff) | |
download | emacs-4b50cf1d8756257e434df0a4d940fe68a096a483.tar.gz |
(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): New configurations.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 5d36e7c47b5..e746ac5e4ba 100755 --- a/configure1.in +++ b/configure1.in @@ -498,6 +498,14 @@ case "${canonical}" in esac ;; + ## Acorn RISCiX: + arm-acorn-riscix1.1* ) + machine=riscix opsys=riscix1-1 + ;; + arm-acorn-riscix1.2* | arm-acorn-riscix ) + machine=riscix opsys=riscix1-2 + ;; + ## Alliant machines ## Strictly speaking, we need the version of the alliant operating ## system to choose the right machine file, but currently the |