提交 c3c1874a 编写于 作者: A Alex Bennée

.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: NAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
上级 c9b423d6
......@@ -80,7 +80,7 @@ script:
matrix:
include:
- env:
- CONFIG="--disable-system"
- CONFIG="--disable-system --static"
# we split the system builds as it takes a while to build them all
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册