mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
libxx: Make LIBCXXABI default for sim/macOS
Fix build errors like: https://github.com/apache/nuttx/issues/14774
This commit is contained in:
committed by
Xiang Xiao
parent
0913fa4b73
commit
5db6767f6f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user