patacongo commented on a change in pull request #1341:
URL: https://github.com/apache/incubator-nuttx/pull/1341#discussion_r448451990
##########
File path: libs/libxx/Kconfig
##########
@@ -22,6 +22,14 @@ config HAVE_CXX
if HAVE_CXX
+config HAVE_CXXINITIALIZE
+ bool "Have C++ initialization"
+ default n
+ ---help---
+ The platform-specific logic includes support for initialization
+ of static C++ instances for this architecture and for the
selected
+ toolchain (via up_cxxinitialize()).
Review comment:
@xiaoxiang781216 up_cxxinitialize() should be removed. cxx_initialize()
is the only system level C++ initializer in the FLAT build.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]