source: rtems/c/src/lib/libbsp/powerpc/beatnik/startup/linkcmds @ 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: 92 bytes
Line 
1STARTUP(motld_start.o)
2ENTRY(__rtems_entry_point)
3EXTERN(__vectors)
4
5INCLUDE linkcmds.share
Note: See TracBrowser for help on using the repository browser.