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 %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
start.o%s crti.o%s crtbegin.o%s -e start}} %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
*link: *link:
%(old_link) %{qrtems: -dc -dp -N} %(old_link) %{qrtems: -dc -dp -N}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s } %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}