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,7 +0,0 @@
%rename lib old_lib
*lib:
%{!qrtems: %(old_lib)} \
%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}}}