mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 19:54:55 +08:00
libxx: C++ low level library select LIBSUPCXX by default.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
@@ -57,6 +57,7 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INIT_STACKSIZE=8192
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
CONFIG_LIBCXX=y
|
||||
CONFIG_LIBCXXABI=y
|
||||
CONFIG_LIBC_LOCALE=y
|
||||
CONFIG_LIBC_PERROR_STDOUT=y
|
||||
CONFIG_LIBC_STRERROR=y
|
||||
|
||||
@@ -71,7 +71,6 @@ if LIBCXX || UCLIBCXX
|
||||
|
||||
choice
|
||||
prompt "C++ low level library select"
|
||||
default LIBCXXABI if LIBCXX
|
||||
default LIBSUPCXX
|
||||
|
||||
config LIBCXXABI
|
||||
|
||||
Reference in New Issue
Block a user