score603e: Add rtems_crti

This commit is contained in:
Joel Sherrill
2014-04-22 13:07:01 -05:00
parent 77737ad104
commit b6a2e57ba9

View File

@@ -4,10 +4,10 @@
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: ecrti%O%s start.o%s -e _start -u __vectors}}
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s -e start -u __vectors}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}