changeset 21488:fb2a55ef6401

force ppc arch and 10.3.9 sys lib on ppc mac
author nplourde
date Mon, 04 Dec 2006 23:56:03 +0000
parents f804449155bd
children 969de5b130ae
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Dec 04 22:14:44 2006 +0000
+++ b/configure	Mon Dec 04 23:56:03 2006 +0000
@@ -7132,6 +7132,8 @@
   CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"  
   if x86 ; then
   CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
+  else
+  CFLAGS="$CFLAGS -arch ppc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk"
   fi
   if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
     CFLAGS="$CFLAGS -no-cpp-precomp"