From 0554267b11ea86407b4e42a818b2c4d2c7a64d4f Mon Sep 17 00:00:00 2001 From: dcommander Date: Thu, 28 Jun 2012 23:22:03 +0000 Subject: Later versions of autoconf (specifically, the one shipped with Xcode 4.3) default to building x86-64, so it is necessary to override the host_alias to get a 32-bit build. git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@846 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- branches/1.2.x/BUILDING.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/branches/1.2.x/BUILDING.txt b/branches/1.2.x/BUILDING.txt index 8f19edc..26a42ca 100644 --- a/branches/1.2.x/BUILDING.txt +++ b/branches/1.2.x/BUILDING.txt @@ -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' -- cgit v1.2.3