forked from nuttx/nuttx-update
libxx: Make LIBCXXABI default for sim/macOS
Fix build errors like: https://github.com/apache/nuttx/issues/14774
This commit is contained in:
parent
0913fa4b73
commit
5db6767f6f
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