mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
Merged in masayuki2009/nuttx.nuttx/fix_stm32f4dis_cxx (pull request #870)
configs/stm32f4discovery: Keep c++ global constructor symbols Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
3d44634e31
commit
cdc2797b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ SECTIONS
|
|||
|
||||
.init_section : {
|
||||
_sinit = ABSOLUTE(.);
|
||||
*(.init_array .init_array.*)
|
||||
KEEP(*(.init_array .init_array.*))
|
||||
_einit = ABSOLUTE(.);
|
||||
} > flash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue