source: rtems/c/src/lib/libbsp/arm/csb336/bsp_specs @ b1a0917

4.104.114.84.95
Last change on this file since b1a0917 was b1a0917, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/12/05 at 07:04:49

2005-11-12 Ralf Corsepius <ralf.corsepius@…>

  • bsp_specs: Remove %cpp.
  • Property mode set to 100644
File size: 513 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)} %{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)} %{qrtems: \
14%{!qrtems_debug: start.o%s crtbegin.o%s} \
15%{qrtems_debug: start_g.o%s crtbegin.o%s}}
16
17*link:
18%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
19
Note: See TracBrowser for help on using the repository browser.