Barto22 commented on code in PR #18096:
URL: https://github.com/apache/nuttx/pull/18096#discussion_r2716793714
##########
libs/libxx/Kconfig:
##########
@@ -56,26 +60,21 @@ endchoice
config ETL
bool "Embedded Template Library (ETL)"
- depends on ALLOW_MIT_COMPONENTS
+ depends on LIBCXXMINI && ALLOW_MIT_COMPONENTS
---help---
ETL A C++ Template library for Embedded applications
Implements C++ templates such as containers, string
singleton math without C++ STL libraries
+if !LIBCXXMINI
+
choice
prompt "C++ low level library select"
- default LIBMINIABI if LIBCXXNONE
default LIBSUPCXX_TOOLCHAIN
-config LIBMINIABI
- bool "Basic C++ support"
- ---help---
- A fragmentary C++ library that will allow to build only
- the simplest of C++ applications. Only contain basic C++
- runtime support function.
-
config LIBCXXABI
bool "LLVM low level C++ Library"
+ select SCHED_THREAD_LOCAL
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]