Files
rtems/c/src/lib/libbsp/m68k/mcf5329/bsp_specs
Joel Sherrill f59b94440c mcf5329: Simplify bsp_specs
Updates #3520.
2017-12-20 09:43:22 -06:00

10 lines
220 B
Plaintext

%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}