mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Makefile: link with -nostartfiles
This saves a bit more space and a reasonable thing to do since a custom startup is used anyway. Build-tested only. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
parent
76f4f31cf3
commit
941b42a269
2 changed files with 1 additions and 2 deletions
|
@ -99,8 +99,6 @@ LoopFillZerobss:
|
|||
|
||||
/* Call the clock system intitialization function.*/
|
||||
bl SystemInit
|
||||
/* Call static constructors */
|
||||
bl __libc_init_array
|
||||
/* Call the application's entry point.*/
|
||||
bl main
|
||||
/* Atollic update, branch LoopForever */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue