]> git.ipfire.org Git - thirdparty/qemu.git/commit - .travis.yml
.travis.yml: default the --disable-system build to --static
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 17 Jun 2019 15:35:22 +0000 (16:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 4 Jul 2019 18:23:07 +0000 (19:23 +0100)
commitc3c1874a9978bb993c4cdf86a020f936e9ad9c61
treee39ac680583884d6ca564caecc0181a0c24e8739
parentc9b423d6d3fde0132ee6f31d69a1c1370a89ce1a
.travis.yml: default the --disable-system build to --static

It's fairly common to build qemu-user binaries with --static linking
so the binary can be copied around without libraries. Enable --static
in the default qemu-user build to cover this.

There are other qemu-user builds that use dynamic linking so they
should catch any problems there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
.travis.yml