From c5417c91647b67e17d0de3bd7f79468f4ffb746a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Sep 1994 21:52:23 +0000 Subject: [PATCH] (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): New configurations. --- configure1.in | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5