libxx: Make LIBCXXABI default for sim/macOS
Fix build errors like: https://github.com/apache/nuttx/issues/14774
This commit is contained in:
parent
bb7562c380
commit
1f65af208a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue