0
Files
src/sdch
rohitrao@chromium.org 91c1769761 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
2012-07-25 16:20:41 +00:00
..
2012-07-25 16:20:41 +00:00
2012-05-10 17:42:13 +00:00
2012-07-25 16:20:41 +00:00

The linux directory contains a config.h generated from a run of configure on
Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually
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