mirror of
https://github.com/mii443/qemu.git
synced 2025-12-04 11:38:25 +00:00
tests/tcg: include CONFIG_PLUGIN in config-host.mak
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20221013131304.623740-1-pbonzini@redhat.com> Message-Id: <20221027183637.2772968-27-alex.bennee@linaro.org>
This commit is contained in:
committed by
Alex Bennée
parent
9fa97e04ae
commit
d1d94d968d
3
configure
vendored
3
configure
vendored
@@ -2486,6 +2486,9 @@ echo "HOST_CC=$host_cc" >> $config_host_mak
|
|||||||
if test -n "$gdb_bin"; then
|
if test -n "$gdb_bin"; then
|
||||||
echo "HAVE_GDB_BIN=$gdb_bin" >> $config_host_mak
|
echo "HAVE_GDB_BIN=$gdb_bin" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
|
if test "$plugins" = "yes" ; then
|
||||||
|
echo "CONFIG_PLUGIN=y" >> $config_host_mak
|
||||||
|
fi
|
||||||
|
|
||||||
tcg_tests_targets=
|
tcg_tests_targets=
|
||||||
for target in $target_list; do
|
for target in $target_list; do
|
||||||
|
|||||||
Reference in New Issue
Block a user