aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2025-07-25 16:45:13 +0100
committerAlex Bennée <alex.bennee@linaro.org>2025-07-26 23:04:35 +0100
commitd0aa5df7752deb4bbce34fcc625ce59fe36862be (patch)
tree44dc21898b1f0e5069575a5a69f7246549cfb8c8
parentab8bf8f6e42e321dfb313cfdf95200135e9f7f8e (diff)
downloadqemu-d0aa5df7752deb4bbce34fcc625ce59fe36862be.zip
qemu-d0aa5df7752deb4bbce34fcc625ce59fe36862be.tar.gz
qemu-d0aa5df7752deb4bbce34fcc625ce59fe36862be.tar.bz2
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 <manos.pitsidianakis@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250725154517.3523095-11-alex.bennee@linaro.org>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 95f67c1..825057e 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