nuttx/libs
Huang Qi 4bcb33926e libc.csv: Fix macro guard for TLS related symbols
The current macro guard for TLS related symbols is
not enough, only if !defined(CONFIG_DISABLE_PTHREAD)
and CONFIG_TLS_NELEM > 0, the TLS related symbols
will enabled.

So if CONFIG_DISABLE_PTHREAD is not defined, but
TLS is disabled, the reference to TLS related symbols
will cause build error (undefined reference to xxx).

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-04-17 19:45:26 +08:00
..
libc libc.csv: Fix macro guard for TLS related symbols 2024-04-17 19:45:26 +08:00
libdsp
libm fix nxstyle 2024-04-16 19:09:12 +08:00
libnx
libxx cmake:enable libxx for CMake build 2024-03-15 01:28:53 +08:00
CMakeLists.txt