Report from Przemyslaw Szczygielski.

* config.guess (i*86:AROS:*:*): Detect AROS.
	* config.sub (aros, aros-*): Handle these.
	* testsuite/config-guess.data: Add test cases.
	* testsuite/config-sub.data: Likewise.
This commit is contained in:
Ben Elliston
2009-02-03 21:31:24 +11:00
parent 0ea4734642
commit 296058738a
5 changed files with 21 additions and 3 deletions

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
timestamp='2008-12-19'
timestamp='2009-02-03'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1350,6 +1350,9 @@ EOF
i*86:rdos:*:*)
echo ${UNAME_MACHINE}-pc-rdos
exit ;;
i*86:AROS:*:*)
echo ${UNAME_MACHINE}-pc-aros
exit ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2