source: rtems/c/src/lib/libbsp/mips/csb350/bsp_specs @ cba119c9

4.104.114.84.95
Last change on this file since cba119c9 was 7cde240, checked in by Jay Monkman <jtm@…>, on 02/25/05 at 05:18:07

2005-02-24 Jay Monkman <jtm@…>

  • acinclude.m4: Added csb350 to list of BSPs.
  • csb350/Makefile.am, csb350/README, csb350/bsp_specs, csb350/configure.ac, csb350/times, csb350/clock/clockdrv.c, csb350/console/console-io.c, csb350/include/bsp.h, csb350/include/tm27.h, csb350/network/network.c, csb350/start/regs.S, csb350/start/start.S, csb350/startup/bspclean.c, csb350/startup/bspstart.c, csb350/startup/linkcmds, csb350/timer/timer.c: New BSP.
  • Property mode set to 100644
File size: 713 bytes
Line 
1%rename cpp old_cpp
2%rename lib old_lib
3%rename endfile old_endfile
4%rename startfile old_startfile
5%rename link old_link
6
7*cpp:
8%(old_cpp) %{qrtems: -D__embedded__ -D__USE_INIT_FINI__ } -Asystem(embedded)
9
10*lib:
11%{!qrtems: %(old_lib)} %{!nostdlibs: %{qrtems: --start-group \
12%{!qrtems_debug: -lrtemsbsp -lrtemscpu} \
13  %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
14-lc -lgcc --end-group \
15%{!qnolinkcmds: -T linkcmds%s}}}
16
17*startfile:
18%{!qrtems: %(old_startfile)} %{!nostdlibs: %{qrtems: \
19        %{!qrtems_debug: start.o%s} \
20        %{qrtems_debug: start_g.o%s} crtbegin.o%s }}
21
22*link:
23%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
24
25*endfile:
26%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.