zephyr/lib/libc/picolibc
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
..
CMakeLists.txt libc/picolibc: Remove -T /dev/null linker arguments 2023-07-06 11:43:09 +02:00
Kconfig libc/picolibc: Don't force TLS when using picolibc module 2023-11-07 09:42:19 +01:00
libc-hooks.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00