forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
10 lines
220 B
Plaintext
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}
|