source: rtems/c/src/lib/libbsp/mips/genmongoosev/bsp_specs @ 27aad19

4.104.114.84.95
Last change on this file since 27aad19 was 26ff37a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 15:59:09

2003-08-11 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -DUSE_INIT_FINI. Remove *.cpp (Now unused).
  • Property mode set to 100644
File size: 634 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        %{!qnostartfile: %{!qrtems_debug: start.o%s} \
15                         %{qrtems_debug: start_g.o%s}} crti.o%s crtbegin.o%s }}
16
17*link:
18%(old_link) %{!qrtems: %(old_link)} %{qrtems: -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.