mirror of
https://github.com/apache/nuttx.git
synced 2026-06-14 07:03:04 +08:00
a055734912
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>