forked from Imagelibrary/rtems
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user