zephyr/lib/libc
Keith Packard f4e6e4b2e5 libc/picolibc: Don't force TLS when using picolibc module
The picolibc module can be built without thread local storage support if
desired. Allow that by using 'imply' instead of 'select'. However, when
using the toolchain picolibc, we assume that TLS will be enabled wherever
supported, so make sure we match by adding a 'select' for this case.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-11-07 09:42:19 +01:00
..
arcmwdt syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
armstdc lib: libc: armstdc: add missing retarget of fputc to _stdout_hook 2023-10-04 11:02:37 +02:00
common libc/common: Place malloc data structures in libc partition 2023-10-10 23:39:40 +03:00
minimal syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
newlib syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
picolibc libc/picolibc: Don't force TLS when using picolibc module 2023-11-07 09:42:19 +01:00
CMakeLists.txt lib: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
Kconfig libc/picolibc: Don't force TLS when using picolibc module 2023-11-07 09:42:19 +01:00