Skip to content

Commit

Permalink
Fix macOS build error.
Browse files Browse the repository at this point in the history
1. fix #14774.
2. fix #15491.

Signed-off-by: cuiziwei <[email protected]>
  • Loading branch information
cuiziweizw committed Feb 6, 2025
1 parent 0ae633c commit 43ac2bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions boards/sim/sim/sim/configs/libcxxtest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_IOB_NOTIFIER=y
CONFIG_LIBCXX=y
CONFIG_LIBCXXABI=y
CONFIG_LIBC_ENVPATH=y
CONFIG_LIBC_EXECFUNCS=y
CONFIG_LIBC_LOCALE=y
Expand Down
1 change: 0 additions & 1 deletion libs/libxx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ if !LIBCXXMINI

choice
prompt "C++ low level library select"
default LIBCXXABI if ARCH_SIM && HOST_MACOS
default LIBSUPCXX_TOOLCHAIN

config LIBCXXABI
Expand Down

0 comments on commit 43ac2bf

Please sign in to comment.