Skip to content

Commit

Permalink
libxx: Make LIBCXXABI default for sim/macOS
Browse files Browse the repository at this point in the history
Fix build errors like:
#14774
  • Loading branch information
yamt authored and xiaoxiang781216 committed Dec 17, 2024
1 parent bb7562c commit 1f65af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libxx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ 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 1f65af2

Please sign in to comment.