2012-04-06 17:49:35 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 17:49:35 +02:00
|
|
|
#
|
2012-04-07 16:50:57 +02:00
|
|
|
config HAVE_CXX
|
|
|
|
bool "have cxx"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
toolchain supports C++ and CXX, CXXFLAGS, and
|
|
|
|
COMPILEXX have been defined in the configurations Make.defs
|
|
|
|
file.
|
|
|
|
|
|
|
|
config HAVE_CXXINITIALIZE
|
|
|
|
bool "have cxx initialize"
|
|
|
|
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()).
|