:orphan: .. title:: CONFIG_CPP_STATIC_INIT_GNU .. kconfig:: CONFIG_CPP_STATIC_INIT_GNU CONFIG_CPP_STATIC_INIT_GNU ########################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none GNU-compatible initialization of CPP static objects Direct dependencies =================== \ :kconfig:`CPLUSPLUS ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" != "arcmwdt" Kconfig definition ================== At ``/cpp/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application .. code-block:: kconfig config CPP_STATIC_INIT_GNU bool default "" != "arcmwdt" depends on CPLUSPLUS help GNU-compatible initialization of CPP static objects *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*