Skip to content

Commit

Permalink
move libstdc++ to flash (esp8266#2804)
Browse files Browse the repository at this point in the history
* move stdc++ to flash

* Update : change tab to leading spaces, correct indentation
  • Loading branch information
hreintke authored and igrr committed Jan 17, 2017
1 parent cdad284 commit f18b18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sdk/ld/eagle.app.v6.common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ SECTIONS
*libgcc.a:_umoddi3.o(.literal .text)
*libgcc.a:_udivdi3.o(.literal .text)
*libsmartconfig.a:(.literal .text .literal.* .text.*)
*libstdc++.a:(.literal .text .literal.* .text.*)
*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text .irom.text.*)
_irom0_text_end = ABSOLUTE(.);
_flash_code_end = ABSOLUTE(.);
Expand Down

0 comments on commit f18b18d

Please sign in to comment.