zephyr/lib/libc
Patryk Duda 3ec58ff749 libc/newlib: Add support for LLVM toolchain
When Zephyr is compiled using LLVM toolchain, we don't need to link with
libgcc to resolve libc dependencies. With this patch, the trick will be
applied only when the GNU compiler is used. Otherwise, we will just link
libc, which works for LLVM.

Signed-off-by: Patryk Duda <pdk@semihalf.com>
2023-10-23 11:41:57 +02:00
..
arcmwdt kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04: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 libc: minimal: math sqrt: sqrtf: fix numeric accuracy of sqrt and sqrtf. 2023-07-14 12:42:41 -04:00
newlib libc/newlib: Add support for LLVM toolchain 2023-10-23 11:41:57 +02:00
picolibc libc: picolibc: disable prompt for PICOLIBC_USE_MODULE... 2023-09-13 17:36:46 -04:00
CMakeLists.txt
Kconfig libC Kconfig: Do not default to picolibc for native_sim due to GETOPT 2023-10-23 10:25:22 +02:00