mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
* 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:
parent
e3fce4f124
commit
cfc534aab4
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Fri Jun 11 14:22:45 2004 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* config.guess, config.sub: Attempt to avoid system name change on
|
* config.guess, config.sub: Attempt to avoid system name change on
|
||||||
|
|
2
config.guess
vendored
2
config.guess
vendored
|
@ -1146,7 +1146,7 @@ EOF
|
||||||
*86) UNAME_PROCESSOR=i686 ;;
|
*86) UNAME_PROCESSOR=i686 ;;
|
||||||
powerpc) UNAME_PROCESSOR=powerpc ;;
|
powerpc) UNAME_PROCESSOR=powerpc ;;
|
||||||
esac
|
esac
|
||||||
echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
|
echo ${UNAME_PROCESSOR}-apple-darwin
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
||||||
UNAME_PROCESSOR=`uname -p`
|
UNAME_PROCESSOR=`uname -p`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue