summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/niagara/startup/bsp_specs
blob: 0b4b0db932e63f9e81286d74704003cfe91323c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
%rename endfile old_endfile
%rename startfile old_startfile

*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}

*endfile:
%{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s crtn.o%s}}