aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-02-22 10:14:50 +0000
committerAlex Bennée <alex.bennee@linaro.org>2021-02-24 11:05:05 +0000
commit49e8565b3df3f43aae57a3850e1b4cd176ef6582 (patch)
tree6b861189a26523f8d9da8c2a2541fef0a56091b9 /tests
parent7ef8134565dccf9186d5eabd7dbb4ecae6dead87 (diff)
downloadqemu-49e8565b3df3f43aae57a3850e1b4cd176ef6582.zip
qemu-49e8565b3df3f43aae57a3850e1b4cd176ef6582.tar.gz
qemu-49e8565b3df3f43aae57a3850e1b4cd176ef6582.tar.bz2
meson.build: expose TCG cross compiler information in summary
Blink and you miss the cross TCG compiler stuff so lets display it with the rest of the compiler information. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210222101455.12640-2-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tcg/configure.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 551c02f..36b8a73 100755
--- a/tests/tcg/configure.sh
+++ b/tests/tcg/configure.sh
@@ -263,11 +263,3 @@ for target in $target_list; do
echo "DOCKER_CROSS_CC_GUEST=$container_cross_cc" >> $config_target_mak
fi
done
-
-# report container support state
-echo "cross containers $container"
-
-if test -n "$enabled_cross_compilers"; then
- echo
- echo "NOTE: guest cross-compilers enabled:$enabled_cross_compilers"
-fi