nuttx-mirror/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 Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
libm fix nxstyle 2024-04-16 19:09:12 +08:00
libnx semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
libxx cmake:enable libxx for CMake build 2024-03-15 01:28:53 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00