source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs @ b400277

4.104.115
Last change on this file since b400277 was 71c4d68, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 03:22:58

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

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