We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebfd73 commit a1ac3e6Copy full SHA for a1ac3e6
1 file changed
ports/espressif/Makefile
@@ -246,7 +246,8 @@ LDFLAGS += \
246
ifeq ($(IDF_TARGET),esp32)
247
LDFLAGS += \
248
-Tesp32.rom.newlib-data.ld \
249
- -Tesp32.rom.newlib-funcs.ld \
+ -Tesp32.rom.libc-funcs.ld \
250
+ -Tesp32.rom.newlib-reent-funcs.ld \
251
-Tesp32.rom.spiflash_legacy.ld
252
253
CHIP_COMPONENTS = \
@@ -314,8 +315,9 @@ CHIP_COMPONENTS = \
314
315
316
else ifeq ($(IDF_TARGET),esp32s2)
317
318
+ -Tesp32s2.rom.libc-funcs.ld \
319
-Tesp32s2.rom.newlib-data.ld \
- -Tesp32s2.rom.newlib-funcs.ld \
320
+ -Tesp32s2.rom.newlib-reent-funcs.ld \
321
-Tesp32s2.rom.spiflash_legacy.ld
322
323
0 commit comments