Fix xtensa build error with choice LIBSUPCXX by default.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei 2024-10-24 10:41:30 +08:00 committed by Xiang Xiao
parent d291ed0afd
commit 7bf6325de6
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=3072
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBCXX=y
CONFIG_LIBCXXABI=y
CONFIG_LIBC_LOCALE=y
CONFIG_LIBC_MAX_EXITFUNS=1
CONFIG_LIBM=y

View File

@ -29,6 +29,7 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=3072
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBCXX=y
CONFIG_LIBCXXABI=y
CONFIG_LIBC_LOCALE=y
CONFIG_LIBC_MAX_EXITFUNS=1
CONFIG_LIBM=y

View File

@ -31,6 +31,7 @@ CONFIG_IDLETHREAD_STACKSIZE=3072
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBCXX=y
CONFIG_LIBCXXABI=y
CONFIG_LIBC_LOCALE=y
CONFIG_LIBC_MAX_EXITFUNS=1
CONFIG_LIBM=y