aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-07 14:50:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-07 14:50:57 +0000
commit74ed2d1e6065f0ab0c66677a49f0dd7f3e5a5384 (patch)
tree475053c4902016a15723805c0144bd74d9598f7e /nuttx/libxx
parent36e37f5da4d016e033006db34bc8abad1d299b5d (diff)
downloadpx4-firmware-74ed2d1e6065f0ab0c66677a49f0dd7f3e5a5384.tar.gz
px4-firmware-74ed2d1e6065f0ab0c66677a49f0dd7f3e5a5384.tar.bz2
px4-firmware-74ed2d1e6065f0ab0c66677a49f0dd7f3e5a5384.zip
Updated Kconfig files from Lzyy
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4569 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/libxx')
-rw-r--r--nuttx/libxx/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/nuttx/libxx/Kconfig b/nuttx/libxx/Kconfig
index ae2bf3130..dad0444d1 100644
--- a/nuttx/libxx/Kconfig
+++ b/nuttx/libxx/Kconfig
@@ -2,3 +2,18 @@
# 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()).