mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Remove @PlatformIO library.json from GDBStub; fix pattern in LD // Resolve #4355
This commit is contained in:
@ -96,7 +96,7 @@ SECTIONS
|
||||
*.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*)
|
||||
*.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
|
||||
/* project source objects */
|
||||
*.pioenvs\\*\\src\\*.o(.literal*, .text*)
|
||||
|
Reference in New Issue
Block a user