qemuppc: Simplify bsp_specs

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

View File

@@ -1,6 +1,5 @@
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} \
@@ -8,6 +7,3 @@
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}