source: rtems/c/src/lib/libbsp/m68k/csb360/bsp_specs @ bf221c5

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

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

  • bsp_specs: Remove %cpp.
  • Property mode set to 100644
File size: 690 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: \
11%{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%s}}}}
12
13*startfile:
14%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
15%{!qrtems_debug: start.o%s} \
16%{qrtems_debug: start_g.o%s} \
17crti.o%s crtbegin.o%s }}
18
19*link:
20%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} \
21%{qclock=*: -defsym _SYS_CLOCK_FREQUENCY=%*}
22
23*endfile:
24%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracBrowser for help on using the repository browser.