1
0
Fork 0
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:
Arne Schwabe 2018-06-27 16:09:12 +02:00 committed by Bertrand Songis
parent 6be0c3f4c6
commit 17b4aa2466
3 changed files with 2 additions and 11 deletions

View file

@ -526,8 +526,4 @@ int main()
}
return 0;
}
#if defined(PCBHORUS)
void *__dso_handle = 0;
#endif
}