forked from espressif/esp-idf
fix(newlib/cmake): avoid using uninitialized ldfragments variable
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -66,6 +66,7 @@ else()
|
|||||||
"src/picolibc/open_memstream.c")
|
"src/picolibc/open_memstream.c")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(ldfragments "")
|
||||||
list(APPEND ldfragments "src/newlib.lf" "src/system_libs.lf")
|
list(APPEND ldfragments "src/newlib.lf" "src/system_libs.lf")
|
||||||
|
|
||||||
if(CONFIG_SPIRAM_CACHE_WORKAROUND)
|
if(CONFIG_SPIRAM_CACHE_WORKAROUND)
|
||||||
|
Reference in New Issue
Block a user