diff --git a/components/newlib/CMakeLists.txt b/components/newlib/CMakeLists.txt index 0d23f0f103..99a11e810f 100644 --- a/components/newlib/CMakeLists.txt +++ b/components/newlib/CMakeLists.txt @@ -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)