mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-04 20:28:21 +12:00
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:
3
config.guess
vendored
3
config.guess
vendored
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user