mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
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>