mirror of
https://github.com/esp8266/Arduino.git
synced 2025-05-09 16:41:02 +03:00
The new non-exception libstdc++ was not referenced in the linker script, allowing it to end up in IRAM when not needed. Add the line to match and move it into IROM where it belongs.