source: rtems/c/src/lib/libbsp/mips/jmr3904/bsp_specs @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 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: 618 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)} %{!nostdlibs: %{qrtems: --start-group \
8%{!qrtems_debug: -lrtemsbsp -lrtemscpu} \
9  %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
10-lc -lgcc --end-group \
11%{!qnolinkcmds: -T linkcmds%s}}}
12
13*startfile:
14%{!qrtems: %(old_startfile)} %{!nostdlibs: %{qrtems: \
15        %{!qrtems_debug: start.o%s} \
16        %{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s }}
17
18*link:
19%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
20
21*endfile:
22%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.