source: rtems/c/src/lib/libbsp/arm/csb337/bsp_specs @ 112995e5

Last change on this file since 112995e5 was fa40f3b1, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/06 at 15:24:48

2006-11-01 Joel Sherrill <joel@…>

  • bsp_specs: Fix typo.
  • Property mode set to 100644
File size: 399 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
7%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
8%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
9
10*link:
11%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
12
13*endfile:
14%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
15
Note: See TracBrowser for help on using the repository browser.