aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-12-24 12:08:18 -0800
committerRichard Henderson <richard.henderson@linaro.org>2021-12-30 21:37:35 -0800
commitfd0f79d715420eb3eac1de738983046cefc5df7d (patch)
treedd9de065070d172323bf12694f1c54caee8e19b5 /tests
parent0e3ed77de51fab46d1ade0bee102e68fa376fbd8 (diff)
downloadqemu-fd0f79d715420eb3eac1de738983046cefc5df7d.zip
qemu-fd0f79d715420eb3eac1de738983046cefc5df7d.tar.gz
qemu-fd0f79d715420eb3eac1de738983046cefc5df7d.tar.bz2
tests/tcg: Use $cpu in configure.sh
Use $cpu instead of $ARCH, which has been removed from the top-level configure. Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Fixes: 823eb013452e ("configure, meson: move ARCH to meson.build") Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tcg/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 9ef913d..8eb4287 100755
--- a/tests/tcg/configure.sh
+++ b/tests/tcg/configure.sh
@@ -326,7 +326,7 @@ for target in $target_list; do
elif test $got_cross_cc = no && test "$container" != no && \
test -n "$container_image"; then
for host in $container_hosts; do
- if test "$host" = "$ARCH"; then
+ if test "$host" = "$cpu"; then
echo "DOCKER_IMAGE=$container_image" >> $config_target_mak
echo "DOCKER_CROSS_CC_GUEST=$container_cross_cc" >> \
$config_target_mak