source: rtems/bsps/riscv/griscv/start/bsp_specs @ d3d4e77

5
Last change on this file since d3d4e77 was d3d4e77, checked in by Jiri Gaisler <jiri@…>, on 01/18/19 at 11:37:55

riscv: add griscv bsp

Update #3678.

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