Mac: Update build scripts and documentation for x86_64 support.

svn path=/trunk/boinc/; revision=14352
This commit is contained in:
Charlie Fenton 2007-12-04 15:14:08 +00:00
parent ebc308ff7d
commit 8b57edb5e2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export SDKROOT="/Developer/SDKs/MacOSX10.4u.sdk"
if [ $? -ne 0 ]; then return 1; fi if [ $? -ne 0 ]; then return 1; fi
if [ -d /Developer/SDKs/MacOSX10.5.sdk/ ]; then if [ -d /Developer/SDKs/MacOSX10.5.sdk/ ]; then
export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/Developer/SDKs/MacOSX10.4u.sdk/ -L/Developer/SDKs/MacOSX10.5.sdk/usr/lib/ -arch i386" export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -nostartfiles -lcrt1.o -arch i386"
else else
export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386" export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386"
fi fi