diff options
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 |