diff options
| author | Fam Zheng | 2016-06-01 06:25:27 +0200 |
|---|---|---|
| committer | Fam Zheng | 2016-06-01 11:27:35 +0200 |
| commit | 35e0f959b51dd8d4df0add9c01bff29ec74828ea (patch) | |
| tree | 1f27c7c61263ddb89d03195aa0df420476424396 /tests/docker/common.rc | |
| parent | docs: Add text for tests/docker in build-system.txt (diff) | |
| download | qemu-35e0f959b51dd8d4df0add9c01bff29ec74828ea.tar.gz qemu-35e0f959b51dd8d4df0add9c01bff29ec74828ea.tar.xz qemu-35e0f959b51dd8d4df0add9c01bff29ec74828ea.zip | |
docker: Add EXTRA_CONFIGURE_OPTS
Whatever passed in this variable will be appended to all
configure commands.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1464755128-32490-15-git-send-email-famz@redhat.com
Diffstat (limited to 'tests/docker/common.rc')
| -rwxr-xr-x | tests/docker/common.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/common.rc b/tests/docker/common.rc index 74b89d6c1e..c493eebd45 100755 --- a/tests/docker/common.rc +++ b/tests/docker/common.rc @@ -26,6 +26,7 @@ build_qemu() $QEMU_SRC/configure \ --target-list="${TARGET_LIST}" \ --prefix="$PWD/install" \ + $EXTRA_CONFIGURE_OPTS \ "$@" make $MAKEFLAGS } |
