libxx: C++ low level library select LIBSUPCXX by default.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
parent
cdd11112fd
commit
7e925dbeaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue