source: rtems/c/src/lib/libbsp/sparc/leon2/bsp_specs @ 0afac6a

4.115
Last change on this file since 0afac6a was 7cba9933, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/11 at 20:32:53

2011-01-28 Joel Sherrill <joel.sherrilL@…>

  • bsp_specs: Revert accidental commit.
  • Property mode set to 100644
File size: 268 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*endfile:
6crtend.o%s crtn.o%s
7
8*startfile:
9%{!qrtems: %(old_startfile)} \
10%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
11
12*link:
13%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
Note: See TracBrowser for help on using the repository browser.