diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-08-09 14:48:45 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:31 +0100 |
commit | 6945018a6885816f7e49ef406348798c6beebb84 (patch) | |
tree | 2ad672e8d3d386cb593ac10a54790b9e72127b7d /tests/docker/test-mingw | |
parent | 8cf4efcf30036e730c270568e8f129ce8f284090 (diff) | |
download | qemu-6945018a6885816f7e49ef406348798c6beebb84.zip qemu-6945018a6885816f7e49ef406348798c6beebb84.tar.gz qemu-6945018a6885816f7e49ef406348798c6beebb84.tar.bz2 |
tests/docker: move DEF_TARGET_LIST setting to common.rc
We might as well not repeat ourselves. At the same time allow it to be
overridden which we will use later from docker targets.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/docker/test-mingw')
-rwxr-xr-x | tests/docker/test-mingw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index fdb1c2c..c30eb65 100755 --- a/tests/docker/test-mingw +++ b/tests/docker/test-mingw @@ -16,7 +16,6 @@ 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=${TARGET_LIST:-$DEF_TARGET_LIST} \ |