source: rtems/c/src/lib/libbsp/powerpc/gen5200/bsp_specs @ c9b005a9

4.104.114.84.95
Last change on this file since c9b005a9 was c9b005a9, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/09/06 at 10:05:27

applied patches for PR1117/1118/1119/1120

  • Property mode set to 100644
File size: 576 bytes
Line 
1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*lib:
7%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
8%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
9-lc -lgcc --end-group \
10%{!qnolinkcmds: -T linkcmds%s}}}
11
12*startfile:
13%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
14%{!qrtems_debug: } \
15%{qrtems_debug: } ecrti%O%s}}
16
17*endfile:
18%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
19
20*link:
21%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
22
Note: See TracBrowser for help on using the repository browser.