source: rtems/c/src/lib/libbsp/mips/hurricane/bsp_specs @ 128f3d0

4.104.114.84.95
Last change on this file since 128f3d0 was 7283768, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/16/06 at 17:18:20

New (Submission by Bruce Robinson <brucer@…>).

  • Property mode set to 100644
File size: 625 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} crti.o%s crtbegin.o%s }}
16
17*link:
18%{!qrtems: %(old_link)} %{qrtems: --oformat=elf32-littlemips -dc -dp -N -e start}
19
20*endfile:
21%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
22
Note: See TracBrowser for help on using the repository browser.