mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Remove -nostartfiles linker option from bootloader (#5996)
* Remove -nostartfiles linker option from bootloader Compiling with this option creates undefined references to _fini * Remove now empty init.c
This commit is contained in:
parent
6be0c3f4c6
commit
17b4aa2466
3 changed files with 2 additions and 11 deletions
|
@ -526,8 +526,4 @@ int main()
|
|||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
void *__dso_handle = 0;
|
||||
#endif
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue