summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex Bennée2021-04-01 12:25:22 +0200
committerAlex Bennée2021-04-06 16:04:42 +0200
commitde6d7e6b021033d3754618b48f8c45d4cc21a17b (patch)
treeee4673fdb05fb79a34574affc75986bd32996d53 /configure
parenttests/docker: don't set DOCKER_REGISTRY on non-x86_64 (diff)
downloadqemu-de6d7e6b021033d3754618b48f8c45d4cc21a17b.tar.gz
qemu-de6d7e6b021033d3754618b48f8c45d4cc21a17b.tar.xz
qemu-de6d7e6b021033d3754618b48f8c45d4cc21a17b.zip
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 8275df1506..4f374b4889 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