* 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
This commit is contained in:
knu 2004-06-11 05:30:49 +00:00
parent e3fce4f124
commit cfc534aab4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Jun 11 14:30:08 2004 Akinori MUSHA <knu@iDaemons.org>
* config.guess: Attempt to avoid system name change on
Darwin platfowms also.
Fri Jun 11 14:22:45 2004 Akinori MUSHA <knu@iDaemons.org>
* config.guess, config.sub: Attempt to avoid system name change on

2
config.guess vendored
View file

@ -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`