]> Git Repo - qemu.git/commitdiff
tests/tcg: include CONFIG_PLUGIN in config-host.mak
authorPaolo Bonzini <[email protected]>
Thu, 27 Oct 2022 18:36:32 +0000 (19:36 +0100)
committerAlex Bennée <[email protected]>
Mon, 31 Oct 2022 20:37:59 +0000 (20:37 +0000)
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <20221013131304[email protected]>
Message-Id: <20221027183637.2772968[email protected]>

configure

index 8c2c4c1a040ffef4a856e63fcf98af13049d8211..4275f5419faeab4f03bdfe52e60aada1804d7d53 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
This page took 0.022846 seconds and 4 git commands to generate.