]> granicus.if.org Git - libjpeg-turbo/commitdiff
Later versions of autoconf (specifically, the one shipped with Xcode 4.3) default...
authorDRC <dcommander@users.sourceforge.net>
Thu, 28 Jun 2012 23:22:03 +0000 (23:22 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 28 Jun 2012 23:22:03 +0000 (23:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@846 632fc199-4ca6-4c93-a231-07263d6284db

BUILDING.txt

index 8f19edc1219028044b2d251585c26dcae940fc17..26a42ca1723ab4865c1c5f76b3409eed92b5baa0 100644 (file)
@@ -203,7 +203,7 @@ installed.
 
 Add
 
-  CFLAGS='-O3 -m32' LDFLAGS=-m32
+  --host i686-apple-darwin CFLAGS='-O3 -m32' LDFLAGS=-m32
 
 to the configure command line.
 
@@ -228,7 +228,8 @@ MacPorts, must be installed.
 
 Add
 
-  CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
+  --host i686-apple-darwin \
+    CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
     -mmacosx-version-min=10.4 -O3 -m32' \
     LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
     -mmacosx-version-min=10.4 -m32'