source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs @ 2f7a25c

5
Last change on this file since 2f7a25c was 2f7a25c, checked in by Joel Sherrill <joel@…>, on 12/20/17 at 20:38:28

beatnik, motorola_powerpc, mvme3100, mvme5500: Simplify bsp_specs

This collection of BSPs shared the linker script shared/startup/linkcmds.
I renamed that ot shared/startup/linkcmds.share and made a BSP family
specific startup/linkcmds. This was needed because each BSP family had
a different combination of start file name, undefined symbols, etc.

Updates #3520.

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