aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-12-22 15:24:43 -0600
committerTom Gall <tom.gall@linaro.org>2011-12-22 15:24:43 -0600
commit1274b232fa6867c92b0f12f89aeedac93d046996 (patch)
treefe471ad6f060e8104dd1850eaf56d539b86a260f
parent30b9f8ef56c9a2f67f25f5bd1061bb97fe009c58 (diff)
r716 : iOS doesn't allow dynamic linking against non-system libs
-rw-r--r--BUILDING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 533d535..a889ed7 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -320,7 +320,7 @@ Set the following shell variables for simplicity:
Follow the procedure under "Building libjpeg-turbo" above, adding
- --host arm-apple-darwin10 \
+ --host arm-apple-darwin10 --enable-static --disable-shared \
CC="$IOS_GCC" LD="$IOS_GCC" \
CFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT -O3 $IOS_CFLAGS" \
LDFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT $IOS_CFLAGS"