source: rtems/c/src/lib/libbsp/powerpc/virtex4/bsp_specs @ d8770e9

5
Last change on this file since d8770e9 was b80d7355, checked in by Joel Sherrill <joel@…>, on 12/20/17 at 17:47:44

virtex4: Simplify bsp_specs

Updates #3520.

  • Property mode set to 100644
File size: 241 bytes
Line 
1%rename startfile old_startfile
2%rename endfile   old_endfile
3
4*startfile:
5%{!qrtems: %(old_startfile)} \
6%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
7
8*endfile:
9%{!qrtems: %(old_endfile)} \
10%{qrtems: crtend.o%s ecrtn.o%s}
Note: See TracBrowser for help on using the repository browser.