summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/bsp_specs
blob: 2ef758458ede65f4b7718770cdef2be70f0b0206 (plain) (tree)
1
2
3
4
5
6
7
8
9




                               
 

                                                       
 

                                                                                
 

                                                    
 

                                                                    
 
%rename cpp old_cpp
%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link

*cpp:
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)

*lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group -lc -lrtemsall -lgcc --end-group}

*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: start302.o%s}

*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -T linkcmds%s -e start}