diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 16:20:41 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 16:20:41 +0000 |
commit | 91c17697615cce91a4a43140a7910cef6494c565 (patch) | |
tree | 60dee2570029285f34b8e1f1ad3ae14e8a64f8c9 /sdch/README.chromium | |
parent | ef8c9ed9bab2db876c8a1b9e712842c5e07f66ed (diff) | |
download | chromium_src-91c17697615cce91a4a43140a7910cef6494c565.zip chromium_src-91c17697615cce91a4a43140a7910cef6494c565.tar.gz chromium_src-91c17697615cce91a4a43140a7910cef6494c565.tar.bz2 |
Adds SDCH config files for iOS.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10803053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/README.chromium')
-rw-r--r-- | sdch/README.chromium | 8 |
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 |