source: rtems/c/src/lib/libbsp/powerpc/gen5200/bsp_specs @ 29e86b62

4.104.114.84.95
Last change on this file since 29e86b62 was 29e86b62, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 19:34:05

added c++ support

  • Property mode set to 100644
File size: 344 bytes
RevLine 
[ca680bc5]1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
[29e86b62]6%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems:  ecrti%O%s rtems_crti%O%s  crtbegin.o%s}}
[ca680bc5]7
8*endfile:
[29e86b62]9%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
[ca680bc5]10
11*link:
12%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
Note: See TracBrowser for help on using the repository browser.