Add libsupc++ to sim/cxxtest configuration

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5296 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-11-02 00:22:52 +00:00
parent e162e760f7
commit cf2148e3f5
5 changed files with 109 additions and 86 deletions
+9 -2
View File
@@ -3,6 +3,8 @@
# see misc/tools/kconfig-language.txt.
#
comment "Basic CXX Support"
config HAVE_CXX
bool "Have C++ compiler"
default n
@@ -12,8 +14,6 @@ config HAVE_CXX
if HAVE_CXX
comment "Basic CXX Support"
config HAVE_CXXINITIALIZE
bool "Have C++ initialization"
default n
@@ -50,5 +50,12 @@ config UCLIBCXX_IOSTREAM_BUFSIZE
int "IO Stream Buffer Size"
default 32
config UCLIBCXX_HAVE_LIBSUPCXX
bool "Have libsupc++ (required)"
default y
---help---
Select if your toolchain provides libsupc++. This option is required
at present because the built-in libsupc++ support is incomplete.
endif
endif