Add crti to startfile.
This commit is contained in:
parent
4fa60ba901
commit
61bc57ac89
|
@ -4,5 +4,5 @@
|
|||
-T redboot.ld%s -Ttext 0xA0020000 %(old_link)
|
||||
|
||||
*startfile:
|
||||
crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
|
||||
crti%O%s crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
-T redboot.ld%s -Ttext 0x20000 %(old_link)
|
||||
|
||||
*startfile:
|
||||
crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
|
||||
crti%O%s crtbegin%O%s redboot-crt0%O%s redboot-syscalls%O%s
|
||||
|
||||
|
|
Loading…
Reference in New Issue