Skip to content

Commit

Permalink
Fix xtensa build error with choice LIBSUPCXX by default.
Browse files Browse the repository at this point in the history
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
  • Loading branch information
cuiziweizw authored and xiaoxiang781216 committed Oct 24, 2024
1 parent d291ed0 commit 7bf6325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/xtensa/esp32/esp32-devkitc/configs/cxx/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions boards/xtensa/esp32s3/esp32s3-devkit/configs/cxx/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bf6325

Please sign in to comment.