mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
ESP32: Trivial typo prevent good link
This commit is contained in:
@@ -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.*)))
|
||||
|
||||
Reference in New Issue
Block a user