From f18b18d53db1ba3cab40908efdd1d4a44a2ceb5b Mon Sep 17 00:00:00 2001 From: hreintke Date: Tue, 17 Jan 2017 03:08:11 +0100 Subject: [PATCH] move libstdc++ to flash (#2804) * move stdc++ to flash * Update : change tab to leading spaces, correct indentation --- tools/sdk/ld/eagle.app.v6.common.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sdk/ld/eagle.app.v6.common.ld b/tools/sdk/ld/eagle.app.v6.common.ld index d5d8d7ffe..2ed1b887b 100644 --- a/tools/sdk/ld/eagle.app.v6.common.ld +++ b/tools/sdk/ld/eagle.app.v6.common.ld @@ -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(.);