From cfc534aab4749f10a131c775f95edd124cd9ec74 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 11 Jun 2004 05:30:49 +0000 Subject: [PATCH] * config.guess: Attempt to avoid system name change on Darwin platfowms also. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ config.guess | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3957f340ae..6145a52703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 11 14:30:08 2004 Akinori MUSHA + + * config.guess: Attempt to avoid system name change on + Darwin platfowms also. + Fri Jun 11 14:22:45 2004 Akinori MUSHA * config.guess, config.sub: Attempt to avoid system name change on diff --git a/config.guess b/config.guess index ad38154f16..1c99d97753 100644 --- a/config.guess +++ b/config.guess @@ -1146,7 +1146,7 @@ EOF *86) UNAME_PROCESSOR=i686 ;; powerpc) UNAME_PROCESSOR=powerpc ;; esac - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + echo ${UNAME_PROCESSOR}-apple-darwin exit 0 ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p`