1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Drop PlatformIO lines from LD script; append object suffix to the end of target name // Resolve #4355

This commit is contained in:
Ivan Kravets
2018-02-20 13:40:54 +02:00
parent ee5a1e2804
commit f2fc590d51
2 changed files with 16 additions and 23 deletions

View File

@ -91,17 +91,6 @@ SECTIONS
*.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, \
EXCLUDE_FILE (umm_malloc.c.o) .text*)
*.cpp.o(.literal*, .text*)
/* PlatformIO */
/* framework */
*.pioenvs\\*\\lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
*.pioenvs/*/lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
/* project dependencies */
*.pioenvs\\*\\lib*\\lib*.a:(.literal*, .text*)
*.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
/* project source objects */
*.pioenvs\\*\\src\\*.o(.literal*, .text*)
*.pioenvs/*/src/*.o(.literal*, .text*)
/* End PlatformIO */
*libc.a:(.literal .text .literal.* .text.*)
*libm.a:(.literal .text .literal.* .text.*)
*libgcc.a:_umoddi3.o(.literal .text)
@ -166,17 +155,6 @@ SECTIONS
*.cpp.o(.iram.text)
*.c.o(.iram.text)
*(.rodata._ZTV*) /* C++ vtables */
/* PlatformIO */
/* framework */
*.pioenvs\\*\\lib*.a:(.iram.text)
*.pioenvs/*/lib*.a:(.iram.text)
/* project dependencies */
*.pioenvs\\*\\lib*\\lib*.a:(.iram.text)
*.pioenvs/*/lib*/lib*.a:(.iram.text)
/* project source objects */
*.pioenvs\\*\\src\\*.o(.iram.text)
*.pioenvs/*/src/*.o(.iram.text)
/* End PlatformIO */
*(.fini.literal)
*(.fini)
*(.gnu.version)