From 9e17193ea1ddc5e8002e284480ea16c560e149e3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 26 Oct 2007 18:36:13 +0000 Subject: 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 --- scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh') 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 ;; -- cgit v1.2.1