Home
last modified time | relevance | path

Searched hist:c3c1874a (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A D.travis.ymlc3c1874a Mon Jun 17 10:35:22 CDT 2019 Alex Bennée <alex.bennee@linaro.org> .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>