source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs @ f33d3b4

5
Last change on this file since f33d3b4 was f33d3b4, checked in by Joel Sherrill <joel@…>, on 12/20/17 at 17:36:13

gen5200, gen83xx, gen83x, mpc55xxevb, psim, qoriq, t32mppc, tqm8xx, virtex: Simplify bsp_specs

These BSPs all use shared/startup/linkcmds.base and thus needed to be
modified at the same time. Variations in the arguments were reflected
into the BSP specific portions of the linkcmds.

Updates #3520.

  • Property mode set to 100644
File size: 237 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
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)} %{qrtems: crtend.o%s ecrtn%O%s}
Note: See TracBrowser for help on using the repository browser.