fix(newlib/cmake): avoid using uninitialized ldfragments variable

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2025-04-11 14:56:06 +02:00
committed by BOT
parent 26e49e1e82
commit b84e9b69ba

View File

@@ -66,6 +66,7 @@ else()
"src/picolibc/open_memstream.c")
endif()
set(ldfragments "")
list(APPEND ldfragments "src/newlib.lf" "src/system_libs.lf")
if(CONFIG_SPIRAM_CACHE_WORKAROUND)