diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-28 09:53:42 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-28 09:53:42 +0000 |
commit | 0a2f8b61d47116a2f2e17f6026fd7f17c2f15878 (patch) | |
tree | 04d1097b4a3e8e795f16306fe9f350a57a0f0057 /config.guess | |
parent | df9d49d0881d9596b9b7d23dbd42950d5048bd9d (diff) | |
download | ruby-0a2f8b61d47116a2f2e17f6026fd7f17c2f15878.tar.gz |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.guess')
-rw-r--r-- | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 53ebbce1a9..30e8136c9a 100644 --- a/config.guess +++ b/config.guess @@ -969,6 +969,9 @@ EOF *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; + *:Darwin:*:*) + echo ${UNAME_MACHINE}-apple-darwin${UNAME_RELEASE} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |