2005-05-12 Nick Burrett <nick@sqrt.co.uk>

Ben Elliston  <bje@gnu.org>

	* config.guess (arm:riscos:*:*): New configuration.
	* testsuite/config-sub.data: New tests.
	* testsuite/config-guess.data: Likewise.

2005-05-12  Nick Burrett  <nick@sqrt.co.uk>

	* config.guess: Add a missing newline to arm-acorn-riscix string.
This commit is contained in:
Ben Elliston
2005-05-11 23:43:58 +00:00
parent 5560bc815d
commit 34c732aee9
4 changed files with 16 additions and 2 deletions

5
config.guess vendored
View File

@ -327,7 +327,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
exit 0 ;;
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
exit 0 ;;
arm:riscos:*:*|arm:RISCOS:*:*)
echo arm-unknown-riscos
exit 0 ;;
SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;