Moved startsis to start.

This commit is contained in:
Joel Sherrill
1999-11-19 16:06:32 +00:00
parent 97c465c223
commit 149f3f9642
5 changed files with 6 additions and 409 deletions

View File

@@ -18,8 +18,8 @@ crtend.o%s crtn.o%s
*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems_debug: startsis.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: startsis_g.o%s crti.o%s crtbegin.o%s}}
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}