source: rtems/c/src/lib/libbsp/arm/csb337/bsp_specs @ 991fdb33

4.115
Last change on this file since 991fdb33 was dda95953, checked in by Sebastian Huber <sebastian.huber@…>, on 12/03/10 at 10:51:54

2010-12-03 Sebastian Huber <sebastian.huber@…>

  • bsp_specs, start/start.S, startup/linkcmds.csb337, startup/linkcmds.csb637: Use linker command base file.
  • Property mode set to 100644
File size: 318 bytes
RevLine 
[b759b04]1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
[80c6ce9]6%{!qrtems: %(old_startfile)} \
[df393962]7%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
[b759b04]8
9*link:
[dda95953]10%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
[b759b04]11
[b174ee8]12*endfile:
13%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.