forked from Imagelibrary/rtems
moxiesim/bsp_specs: Add crtbegin/end to fix link issues
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s -e _start}}
|
%{!nostdlib: %{qrtems: start.o%s -e _start crtbegin.o%s}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
%(old_link) %{!qrtems: %(old_link)} %{qrtems: crtend.o%s -dc -dp -N}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user