From 846ce3e7cec9b173d8d5c4808f84dd75947bb101 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 2 Oct 2000 07:48:42 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.guess') 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 -- cgit