summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branches/1.2.x/BUILDING.txt5
1 files 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'