From: Alex Bennée Date: Fri, 25 Jul 2025 15:45:13 +0000 (+0100) Subject: configure: expose PYTHON to test/tcg/config-host.mak X-Git-Tag: v10.1.0-rc1~5^2~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0aa5df7752deb4bbce34fcc625ce59fe36862be;p=thirdparty%2Fqemu.git configure: expose PYTHON to test/tcg/config-host.mak This will be useful for making $shell calls to something more flexible than the shell builtins. Reviewed-by: Manos Pitsidianakis Signed-off-by: Alex Bennée Message-ID: <20250725154517.3523095-11-alex.bennee@linaro.org> --- diff --git a/configure b/configure index 95f67c1a82..825057ebf1 100755 --- a/configure +++ b/configure @@ -1800,6 +1800,7 @@ echo "SRC_PATH=$source_path" >> tests/tcg/$config_host_mak if test "$plugins" = "yes" ; then echo "CONFIG_PLUGIN=y" >> tests/tcg/$config_host_mak fi +echo "PYTHON=$python" >> tests/tcg/$config_host_mak tcg_tests_targets= for target in $target_list; do