blob: 93ae6a04b1a1ab8f507d2a5026b99a2829525762 [file] [log] [blame]
[email protected]28c56bbb2011-03-30 20:47:351The linux directory contains a config.h generated from a run of configure on
2Ubuntu 10.04.1 LTS x86_64, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually
3changed to match the $host_cpu test in configure.
4
[email protected]478c23222009-02-05 21:08:495The mac directory contains a config.h generated from a run of configure on a
[email protected]28c56bbb2011-03-30 20:47:356Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
7$host_cpu test in configure.
[email protected]91c17692012-07-25 16:20:418
9The ios directory contains a config.h generated from a run of configure
10--host=arm-apple-darwin10 on a Mac with the following environment variables:
11 CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6
12 CFLAGS=-mno-thumb -miphoneos-version-min=4.2
13 CPPFLAGS=-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
14 CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6
15 CXXFLAGS=-mno-thumb -miphoneos-version-min=4.2
[email protected]3ddcee72014-01-07 17:50:5816
17The win directory contains a config.h that forwards to one provided with
18open-vcdiff. We have this to avoid putting open-vcdiff's minimal stdint.h hack
19into our include path.