File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4630,9 +4630,6 @@ echo "QEMU_LDFLAGS=$QEMU_LDFLAGS" >> $config_host_mak
4630
4630
echo " LD_I386_EMULATION=$ld_i386_emulation " >> $config_host_mak
4631
4631
echo " EXESUF=$EXESUF " >> $config_host_mak
4632
4632
echo " LIBS_QGA=$libs_qga " >> $config_host_mak
4633
- if test " $gcov " = " yes" ; then
4634
- echo " CONFIG_GCOV=y" >> $config_host_mak
4635
- fi
4636
4633
4637
4634
if test " $rng_none " = " yes" ; then
4638
4635
echo " CONFIG_RNG_NONE=y" >> $config_host_mak
Original file line number Diff line number Diff line change @@ -1402,6 +1402,7 @@ config_host_data.set('CONFIG_ATTR', libattr.found())
1402
1402
config_host_data.set(' CONFIG_BRLAPI' , brlapi.found())
1403
1403
config_host_data.set(' CONFIG_COCOA' , cocoa.found())
1404
1404
config_host_data.set(' CONFIG_FUZZ' , get_option (' fuzzing' ))
1405
+ config_host_data.set(' CONFIG_GCOV' , get_option (' b_coverage' ))
1405
1406
config_host_data.set(' CONFIG_LIBUDEV' , libudev.found())
1406
1407
config_host_data.set(' CONFIG_LZO' , lzo.found())
1407
1408
config_host_data.set(' CONFIG_MPATH' , mpathpersist.found())
You can’t perform that action at this time.
0 commit comments