Skip to content
Snippets Groups Projects
Commit 259f1344 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/esp8266.ld: Link in SDK version section.

Otherwise, os.uname() returns empty string for SDK version.
parent ff69a1d2
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ SECTIONS
.rodata : ALIGN(4)
{
_rodata_start = ABSOLUTE(.);
*(.sdk.version)
*(.rodata)
*(.rodata.*)
*(.gnu.linkonce.r.*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment