mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 01:16:36 +00:00
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…
Add table
Add a link
Reference in a new issue