summaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-02 07:48:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-02 07:48:42 +0000
commit846ce3e7cec9b173d8d5c4808f84dd75947bb101 (patch)
tree9e3660449780967673d6a687f00329710e899537 /config.guess
parent46b28a7b44ea1ecfdb5698f3c500790908f58bc1 (diff)
downloadruby-846ce3e7cec9b173d8d5c4808f84dd75947bb101.tar.gz
ruby-846ce3e7cec9b173d8d5c4808f84dd75947bb101.tar.xz
ruby-846ce3e7cec9b173d8d5c4808f84dd75947bb101.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 30e8136c9..e1fe8d156 100644
--- a/config.guess
+++ b/config.guess
@@ -970,7 +970,7 @@ EOF
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
*:Darwin:*:*)
- echo ${UNAME_MACHINE}-apple-darwin${UNAME_RELEASE}
+ echo `uname -p`-apple-darwin${UNAME_RELEASE}
exit 0 ;;
esac