aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libxx/Kconfig
blob: dad0444d1b01a83e4e566a52a758ac4dc4599ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
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()).