libxx: C++ low level library select LIBSUPCXX by default.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei 2024-10-18 21:25:28 +08:00 committed by Xiang Xiao
parent cdd11112fd
commit 7e925dbeaa
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -71,7 +71,6 @@ if LIBCXX || UCLIBCXX
choice
prompt "C++ low level library select"
default LIBCXXABI if LIBCXX
default LIBSUPCXX
config LIBCXXABI