summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/mips/csb350/bsp_specs
blob: 4382f7ca20a347e3a4ca55e8396c92b5b3f45da8 (plain) (tree)
1
2
3
4
5
6
7
8
9



                               
           

                                               

      
                                           


                                                          
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link

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

*link:
%(old_link) %{qrtems: -dc -dp -N -e _start}

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