nuttx/libs
yinshengkai a055734912 libcxx: adds tls&libcxxabi dependency
If libcxxabi is not enabled, the toolchain default implementation will be used. However, arm-gcc does not enable thread
support by default, which will cause errors in a multi-threaded environment.

libcxx depends on pthread_key_create

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-09-06 09:52:33 +08:00
..
libc global/variables: add g_ prefix to some global variables 2024-09-02 18:23:57 +08:00
libdsp nuttx: resolve various 'FAR' and 'CODE' issues 2024-08-26 10:21:03 +08:00
libm libs/libm: fix epsilon relaxation in log and logf 2024-09-05 10:14:04 +08:00
libnx
libxx libcxx: adds tls&libcxxabi dependency 2024-09-06 09:52:33 +08:00
CMakeLists.txt