zephyr/lib/libc
Matthias Plöger 4a0539af36 libc: minimal: Add "prohibit_lto" flag to avoid problems with LTO
The compiler requires that much of the C library be built without using LTO
so that various symbols are available for use by generated code, including
things like memset and memcpy.

Add the "prohibit_lto" CMake target compiler property to avoid LTO when
activated.

Signed-off-by: Matthias Plöger <matthias.ploeger@phoenixcontact.com>
2025-06-27 21:17:43 +02:00
..
arcmwdt
armstdc
common libc: common: thrd: use sys_clock_nanosleep() instead of nanosleep() 2025-06-24 14:18:52 +02:00
iar toolchain: iar: Add experimental IAR support 2025-02-14 19:12:44 +00:00
minimal libc: minimal: Add "prohibit_lto" flag to avoid problems with LTO 2025-06-27 21:17:43 +02:00
newlib libc: newlib: heap arean to support Xtensa MPU 2025-05-01 18:16:20 +02:00
picolibc libc/picolibc: Make lock typing match between Zephyr and picolibc 2025-05-01 07:15:16 +02:00
CMakeLists.txt toolchain: iar: Add experimental IAR support 2025-02-14 19:12:44 +00:00
Kconfig libc: use the common libc time() implementation for most libcs 2025-06-24 14:18:52 +02:00