Files
rtems/bsps/powerpc/virtex5/start/bsp_specs
Sebastian Huber 9964895866 bsps: Move startup files to bsps
Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:52:14 +02:00

11 lines
241 B
Plaintext

%rename startfile old_startfile
%rename endfile old_endfile
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
*endfile:
%{!qrtems: %(old_endfile)} \
%{qrtems: crtend.o%s ecrtn.o%s}