ESP32: Trivial typo prevent good link

This commit is contained in:
Gregory Nutt
2016-11-14 13:41:30 -06:00
parent c84db68103
commit 0ed0217be2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ SECTIONS
/* C++ constructor and destructor tables, properly ordered: */
__sinit = ABSOLUTE(.);
_sinit = ABSOLUTE(.);
KEEP (*crtbegin.o(.ctors))
KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
KEEP (*(SORT(.ctors.*)))