From 06f44d5402552597201cff1d0ee190b0c83921ba Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Apr 2012 14:50:57 +0000 Subject: Updated Kconfig files from Lzyy git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4569 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/libxx/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'nuttx/libxx') diff --git a/nuttx/libxx/Kconfig b/nuttx/libxx/Kconfig index ae2bf31307..dad0444d1b 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()). -- cgit v1.2.3