Skip to content

Commit

Permalink
Allow *.cc files to be linked into flash by default (#6100)
Browse files Browse the repository at this point in the history
Fixes #6096
  • Loading branch information
earlephilhower authored May 15, 2019
1 parent 75f01dc commit 2dff28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sdk/ld/eagle.app.v6.common.ld.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ SECTIONS
*(.ver_number)
*.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, EXCLUDE_FILE (umm_malloc.c.o) .text* )
*.cpp.o(.literal*, .text*)
*.cc.o(.literal*, .text*)
#ifdef VTABLES_IN_FLASH
*(.rodata._ZTV*) /* C++ vtables */
#endif
Expand Down

0 comments on commit 2dff28a

Please sign in to comment.