source: rtems/c/src/lib/libbsp/m68k/av5282/bsp_specs @ 754610f

4.104.114.84.95
Last change on this file since 754610f was bcd0867d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/12/05 at 07:08:33

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

  • bsp_specs: Remove %cpp.
  • console/console.c: Eliminate obsolete types.
  • Property mode set to 100644
File size: 599 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: start.o%s} \
15%{qrtems_debug: start_g.o%s} \
16crti.o%s crtbegin.o%s }}
17
18*link:
19%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
20
21*endfile:
22%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
23
Note: See TracBrowser for help on using the repository browser.