sparc/erc32: Simplify bsp_specs

Updates #3520.
This commit is contained in:
Joel Sherrill
2018-01-17 10:46:15 -06:00
committed by Sebastian Huber
parent 9d68284828
commit ca188aa6ff

View File

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