erc32/bsp_specs: Reorder and improve consistency

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-11-28 11:56:46 -06:00
parent 74d2e0d366
commit 2afddb4975

View File

@@ -2,12 +2,12 @@
%rename startfile old_startfile
%rename link old_link
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}