diff options
author | Paolo Bonzini | 2022-10-27 20:36:32 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-31 21:37:59 +0100 |
commit | d1d94d968d30ce57674b7e3f2752657e1cd2e4b6 (patch) | |
tree | ee808bd0e37f2e3f4ab8feb7a4055540aafd9d32 /configure | |
parent | target/s390x: fake instruction loading when handling 'ex' (diff) | |
download | qemu-d1d94d968d30ce57674b7e3f2752657e1cd2e4b6.tar.gz qemu-d1d94d968d30ce57674b7e3f2752657e1cd2e4b6.tar.xz qemu-d1d94d968d30ce57674b7e3f2752657e1cd2e4b6.zip |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2486,6 +2486,9 @@ echo "HOST_CC=$host_cc" >> $config_host_mak if test -n "$gdb_bin"; then echo "HAVE_GDB_BIN=$gdb_bin" >> $config_host_mak fi +if test "$plugins" = "yes" ; then + echo "CONFIG_PLUGIN=y" >> $config_host_mak +fi tcg_tests_targets= for target in $target_list; do |