source: rtems/c/src/lib/libbsp/sparc/leon3/bsp_specs @ ac0e0208

5
Last change on this file since ac0e0208 was ac0e0208, checked in by Joel Sherrill <joel@…>, on 01/17/18 at 16:46:17

leon3: Simplify bsp_specs

Updates #3520.

  • Property mode set to 100644
File size: 220 bytes
RevLine 
[41c9282]1%rename endfile old_endfile
2%rename startfile old_startfile
3
4*startfile:
[2948f70]5%{!qrtems: %(old_startfile)} \
[31c8db4]6%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
[41c9282]7
[e9eb1a6d]8*endfile:
9%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracBrowser for help on using the repository browser.