Skip to content

Commit 2dff28a

Browse files
Allow *.cc files to be linked into flash by default (#6100)
Fixes #6096
1 parent 75f01dc commit 2dff28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/sdk/ld/eagle.app.v6.common.ld.h

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ SECTIONS
137137
*(.ver_number)
138138
*.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, EXCLUDE_FILE (umm_malloc.c.o) .text* )
139139
*.cpp.o(.literal*, .text*)
140+
*.cc.o(.literal*, .text*)
140141
#ifdef VTABLES_IN_FLASH
141142
*(.rodata._ZTV*) /* C++ vtables */
142143
#endif

0 commit comments

Comments
 (0)