source: rtems/c/src/lib/libbsp/sparc/erc32/bsp_specs @ ca188aa6

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

sparc/erc32: Simplify bsp_specs

Updates #3520.

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