Skip to content

Commit af2bb99

Browse files
committed
configure, meson: remove CONFIG_GCOV from config-host.mak
Reviewed-by: Marc-André Lureau <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 269506d commit af2bb99

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

configure

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,9 +4630,6 @@ echo "QEMU_LDFLAGS=$QEMU_LDFLAGS" >> $config_host_mak
46304630
echo "LD_I386_EMULATION=$ld_i386_emulation" >> $config_host_mak
46314631
echo "EXESUF=$EXESUF" >> $config_host_mak
46324632
echo "LIBS_QGA=$libs_qga" >> $config_host_mak
4633-
if test "$gcov" = "yes" ; then
4634-
echo "CONFIG_GCOV=y" >> $config_host_mak
4635-
fi
46364633

46374634
if test "$rng_none" = "yes"; then
46384635
echo "CONFIG_RNG_NONE=y" >> $config_host_mak

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ config_host_data.set('CONFIG_ATTR', libattr.found())
14021402
config_host_data.set('CONFIG_BRLAPI', brlapi.found())
14031403
config_host_data.set('CONFIG_COCOA', cocoa.found())
14041404
config_host_data.set('CONFIG_FUZZ', get_option('fuzzing'))
1405+
config_host_data.set('CONFIG_GCOV', get_option('b_coverage'))
14051406
config_host_data.set('CONFIG_LIBUDEV', libudev.found())
14061407
config_host_data.set('CONFIG_LZO', lzo.found())
14071408
config_host_data.set('CONFIG_MPATH', mpathpersist.found())

0 commit comments

Comments
 (0)