source: rtems/c/src/lib/libbsp/arm/gp32/bsp_specs @ cba119c9

4.104.114.84.95
Last change on this file since cba119c9 was 32cf23b1, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/05 at 13:41:35

2005-06-01 Philippe Simons <loki_666@…>

  • bsp_specs: Add rules for cpp support
  • include/bsp.h: Add gp32 support fct prototypes
  • console/conio.c: Moved video buffer to 0x0c7ed000
  • startup/bspstart.c: Add some init code, some cleaning...
  • Property mode set to 100644
File size: 751 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__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded)
9
10*lib:
11%{!qrtems: %(old_lib)} %{!nostdlib: %{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)} %{!nostdlib: %{qrtems: \
19%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
20%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
21
22*link:
23%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
24
25*endfile:
26%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.