source: rtems/c/src/lib/libbsp/arm/gp32/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: 624 bytes
RevLine 
[e8c785c6]1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*lib:
[32cf23b1]7%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
8%{!qrtems_debug: -lrtemsbsp -lrtemscpu} \
9  %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
[e8c785c6]10-lc -lgcc --end-group \
[32cf23b1]11%{!qnolinkcmds: -T linkcmds%s}}}
[e8c785c6]12
13*startfile:
[32cf23b1]14%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
15%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
16%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
[e8c785c6]17
18*link:
[32cf23b1]19%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
[e8c785c6]20
[32cf23b1]21*endfile:
22%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.