]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/docker: make test-mingw honour TARGET_LIST
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 11 Oct 2016 16:16:23 +0000 (17:16 +0100)
committerFam Zheng <famz@redhat.com>
Mon, 17 Oct 2016 02:05:48 +0000 (10:05 +0800)
The other builders honour this variable, so should the mingw build.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20161011161625.9070-4-alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/test-mingw

index 33968769f883233ce79a23096589c392a6464ed2..2adadcb58dc76866709c6cece0880236ad2d9f9b 100755 (executable)
 requires mingw dtc
 
 cd "$BUILD_DIR"
+DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu"
 
 for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
-    TARGET_LIST=x86_64-softmmu,aarch64-softmmu \
+    TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
         build_qemu --cross-prefix=$prefix \
         --enable-trace-backends=simple \
         --enable-debug \