diff configure @ 21524:8edf162f5862

do not force arch and isysroot in osx
author nplourde
date Sat, 09 Dec 2006 00:09:45 +0000
parents fb2a55ef6401
children 283bff578e1c
line wrap: on
line diff
--- a/configure	Fri Dec 08 17:20:21 2006 +0000
+++ b/configure	Sat Dec 09 00:09:45 2006 +0000
@@ -7129,12 +7129,7 @@
 echores "$_crash_debug"
 
 if darwin ; then
-  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
+  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
   if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
     CFLAGS="$CFLAGS -no-cpp-precomp"
   fi