2005-07-14 Robert Millan <robertmh@gnu.org>

* config.guess (or32:Linux:*:*): Detect.
	* testsuite/config-guess.data: Add test case.
This commit is contained in:
Ben Elliston
2005-07-14 10:22:37 +00:00
parent 412495ba09
commit e9ce662671
3 changed files with 9 additions and 0 deletions

3
config.guess vendored
View File

@ -873,6 +873,9 @@ EOF
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
;;
or32:Linux:*:*)
echo or32-unknown-linux-gnu
exit ;;
ppc:Linux:*:*)
echo powerpc-unknown-linux-gnu
exit ;;