moxiesim/bsp_specs: Reorder and improve consistency

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-11-28 11:50:49 -06:00
parent 47c5664fa8
commit 19cd935912

View File

@@ -7,5 +7,7 @@
%{!nostdlib: %{qrtems: start.o%s -e _start crtbegin.o%s}}
*link:
%(old_link) %{!qrtems: %(old_link)} %{qrtems: crtend.o%s -dc -dp -N}
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*endfile:
%{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s}}