summaryrefslogtreecommitdiffstats
path: root/sdch/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'sdch/README.chromium')
-rw-r--r--sdch/README.chromium8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdch/README.chromium b/sdch/README.chromium
index 741ff97..0275c7a 100644
--- a/sdch/README.chromium
+++ b/sdch/README.chromium
@@ -5,3 +5,11 @@ changed to match the $host_cpu test in configure.
The mac directory contains a config.h generated from a run of configure on a
Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
$host_cpu test in configure.
+
+The ios directory contains a config.h generated from a run of configure
+--host=arm-apple-darwin10 on a Mac with the following environment variables:
+ CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6
+ CFLAGS=-mno-thumb -miphoneos-version-min=4.2
+ CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
+ CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6
+ CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2