bsps: Replace bsp_specs with an empty file

This fixes an issue with the latest tool chain which adds the default
linker script in the endfile specification.

Update #3250.
This commit is contained in:
Sebastian Huber
2021-01-28 06:28:33 +01:00
parent e269e389ea
commit b361eabd93
85 changed files with 0 additions and 772 deletions

View File

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