libxx: Make LIBCXXABI default for sim/macOS

Fix build errors like:
https://github.com/apache/nuttx/issues/14774
This commit is contained in:
YAMAMOTO Takashi 2024-12-16 21:07:31 +09:00 committed by Xiang Xiao
parent 0913fa4b73
commit 5db6767f6f

View file

@ -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