*** empty log message ***

svn path=/trunk/boinc/; revision=3455
This commit is contained in:
Rom Walton 2004-05-27 02:06:58 +00:00
parent 4609de53e7
commit 956f357b97
2 changed files with 8 additions and 1 deletions

View File

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

2
config.guess vendored
View File

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