leon3: Simplify bsp_specs

Updates #3520.
This commit is contained in:
Joel Sherrill
2018-01-18 07:31:29 +01:00
committed by Sebastian Huber
parent 85b59a57e8
commit ac0e020845
-4
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}