brotli/scripts
Stephen Kyle 67f059eaf5 Cross compilation support (#709)
* build: add cross-compilation support to make

Set CROSS_COMPILE when running make to use the selected cross
compilation toolchain, such as arm-linux-gnueabihf, or
aarch64-linux-gnu.

Testing requires the presence of qemu - 'qemu-$(ARCH)' will be executed,
where ARCH is the first part of the toolchain triplet.

* build: add cross-compilation support to cmake

If C_COMPILER/CXX_COMPILER/CC/CXX are found to have cross-compilation
triplets in front of the compiler, then qemu will be used to execute the
tests.

* CI: add arm-linux-gnueabihf-gcc builder to Travis

The version of qemu available in Ubuntu trusty (as provided by Travis)
appears to have a bug in qemu-aarch64, which leads to the compatibility
tests failing on some inputs, erroneously rejecting the input as
corrupt.

Once Travis supports xenial, we could add an aarch64-gnu-linux-gcc
builder as well.

* CI: propagate cmake errors out of .travis.sh

Seems like even if cmake fails, the error isn't picked up by Travis.
2018-09-27 11:00:33 +02:00
..
dictionary Add tools to download and transform static dictionary data. (#670) 2018-05-16 12:59:09 +02:00
.bintray.json Move files & update paths (#541) 2017-04-23 14:07:08 +02:00
.configure-custom.sh Build both static and shared libs with CMake (#599) 2017-09-19 09:40:48 +02:00
.travis.sh Cross compilation support (#709) 2018-09-27 11:00:33 +02:00
appveyor.yml Add VS2017 release Appveyor build (#685) 2018-06-18 13:13:23 +02:00
fix-win-bazel-build.py Inverse bazel project/workspace tree (#677) 2018-06-04 17:53:16 +02:00
libbrotlicommon.pc.in Update (#620) 2017-11-28 15:37:28 +01:00
libbrotlidec.pc.in Update (#620) 2017-11-28 15:37:28 +01:00
libbrotlienc.pc.in Update (#620) 2017-11-28 15:37:28 +01:00
sources.lst Fix missing header files (#695) 2018-07-09 10:40:08 +02:00