mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3455
This commit is contained in:
parent
4609de53e7
commit
956f357b97
|
@ -12692,3 +12692,10 @@ David May 26 2004
|
|||
- updated config.guess
|
||||
|
||||
config.guess
|
||||
|
||||
Rom May 26 2004
|
||||
- Update config.guess so we don't have to add the --build command to
|
||||
each execution of ./configure for the Macs
|
||||
|
||||
/
|
||||
config.guess
|
|
@ -1056,7 +1056,7 @@ EOF
|
|||
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
*:Darwin:*:*)
|
||||
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
||||
echo `uname -p`-apple-darwin
|
||||
exit 0 ;;
|
||||
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
||||
if test "${UNAME_MACHINE}" = "x86pc"; then
|
||||
|
|
Loading…
Reference in New Issue