pc386/bsp_specs: Reorder and improve consistency

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-11-28 11:45:20 -06:00
parent a94e868634
commit dd335cf78e

View File

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