source: rtems/c/src/lib/libbsp/or1k/or1ksim/bsp_specs @ 2617cd3e

4.115
Last change on this file since 2617cd3e was fd57015, checked in by Hesham ALMatary <heshamelmatary@…>, on 08/20/14 at 17:23:20

Add new (first) OpenRISC BSP called or1ksim.

This BSP is intended to run on or1ksim (the main OpenRISC emulator).
Fixed version according to Joel comments from the mailing list.

  • Property mode set to 100644
File size: 274 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
7%{!qrtems_debug: start.o%s} \
8%{qrtems_debug: start_g.o%s}}}
9
10*link:
11%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
Note: See TracBrowser for help on using the repository browser.