aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-04-01 11:25:22 +0100
committerAlex Bennée <alex.bennee@linaro.org>2021-04-06 15:04:42 +0100
commitde6d7e6b021033d3754618b48f8c45d4cc21a17b (patch)
treeee4673fdb05fb79a34574affc75986bd32996d53 /configure
parent34019198a19a8e0bb94ffeb5d0a8ffe4b8a4616e (diff)
downloadqemu-de6d7e6b021033d3754618b48f8c45d4cc21a17b.zip
qemu-de6d7e6b021033d3754618b48f8c45d4cc21a17b.tar.gz
qemu-de6d7e6b021033d3754618b48f8c45d4cc21a17b.tar.bz2
tests/tcg: add concept of container_hosts
While docker is nominally multiarch these days it doesn't mean our distros actually package all cross compilers for all architectures. The upcoming Debian bullseye release will improve things further. At least for now we can get things like the 32 bit ARM compiler on it's 64 bit cousin. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210401102530.12030-4-alex.bennee@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8275df1..4f374b4 100755
--- a/configure
+++ b/configure
@@ -6299,7 +6299,7 @@ done
(for i in $cross_cc_vars; do
export $i
done
-export target_list source_path use_containers
+export target_list source_path use_containers ARCH
$source_path/tests/tcg/configure.sh)
# temporary config to build submodules