hurricane/bsp_specs: Improve consistency

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-11-28 11:50:14 -06:00
parent 7361ed5e01
commit 47c5664fa8

View File

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