libxx: Make HAVE_CXXINITIALIZE workable even HAVE_CXX isn't enabled

since this infrastructure is also used in no c++ case(e.g. gcov)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-05-03 15:45:40 +08:00
committed by Alin Jerpelea
parent b19b931722
commit c1082f04d3
2 changed files with 10 additions and 9 deletions
-1
View File
@@ -283,7 +283,6 @@ config ARCH_SIZET_LONG
config ARCH_COVERAGE
bool "Enable code coverage analysis"
select HAVE_CXX
select HAVE_CXXINITIALIZE
default n
---help---