zephyr/lib/libc/minimal
Jonathon Penix e020f31fdb cmake: libc: minimal: Avoid linking against other libc implementations
The minimal libc is currently built as a zephyr_library and will be
included in the final link line as such. However, the c_library property
will still be set as "-lc" (for most linkers) and will be added to the
link line. This effectively requires that a separate libc implementation
be available in the toolchain and makes it possible to accidentally pull
from the non-minimal libc.

This doesn't seem desirable, so try to prevent this by clearing the
c_library property if we are using the minimal libc.

Signed-off-by: Jonathon Penix <jpenix@quicinc.com>
2024-10-30 14:29:37 -05:00
..
include lib: libc: stdio: add support remove api 2024-08-22 14:26:00 -04:00
source libc: minimal: math: Removed undefined behavior in sqrt routines 2024-09-30 17:12:43 +01:00
CMakeLists.txt cmake: libc: minimal: Avoid linking against other libc implementations 2024-10-30 14:29:37 -05:00
Kconfig libc: common: implement multiple time functions 2024-08-21 16:59:15 -04:00