projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c867f
)
autoupdate
author
Karl Berry
<karl@freefriends.org>
Mon, 18 Jul 2005 12:31:07 +0000
(12:31 +0000)
committer
Karl Berry
<karl@freefriends.org>
Mon, 18 Jul 2005 12:31:07 +0000
(12:31 +0000)
build-aux/config.guess
patch
|
blob
|
history
diff --git
a/build-aux/config.guess
b/build-aux/config.guess
index 917bbc50f36af7527bb91465a90821815ecefcc4..480b123b8ee8acfe5a35d3f4da555804c5dc07b9 100755
(executable)
--- a/
build-aux/config.guess
+++ b/
build-aux/config.guess
@@
-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 ;;