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

4.104.115
Last change on this file since b0aefa4 was f0a680b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/04/08 at 15:51:20

2008-12-04 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove -e start from %link.
  • 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.