qoriq/bsp_specs: Reorder and improve consistency

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-11-28 11:55:25 -06:00
parent 852a9aa670
commit 203ad1272e

View File

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