mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
This commit is contained in:
parent
dc2e7eebd8
commit
35e0f959b5
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,7 @@ build_qemu()
|
|||
$QEMU_SRC/configure \
|
||||
--target-list="${TARGET_LIST}" \
|
||||
--prefix="$PWD/install" \
|
||||
$EXTRA_CONFIGURE_OPTS \
|
||||
"$@"
|
||||
make $MAKEFLAGS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue