aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-26 18:36:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-26 18:36:13 +0000
commit9e17193ea1ddc5e8002e284480ea16c560e149e3 (patch)
treee4e16ae205d350834b02b77145bbc2c79bad0700 /scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
parentf981132004fc7dffc0f593c1ae4e2d04689e3c89 (diff)
updated script to build universal binaries for: i386, x86_64, ppc, and ppc64. Tk does not build 64-bit (yet?)
Here's the basic info: http://aspn.activestate.com/ASPN/Mail/Message/tcl-mac/2920946 svn path=/trunk/; revision=8887
Diffstat (limited to 'scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh')
-rwxr-xr-xscripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
index 19b4c6d1..7bfd9013 100755
--- a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
+++ b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
@@ -28,6 +28,8 @@ case $SYSTEM in
BUILD_DIR=macosx
echo "Configuring to use $BUILD_DIR on Darwin/Mac OS X"
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
+ export CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 \
+ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
make -C tcl/${BUILD_DIR} deploy
make -C tk/${BUILD_DIR} deploy
;;