source: rtems/c/src/lib/libbsp/nios2/nios2_iss/bsp_specs @ f6c6e17d

4.104.115
Last change on this file since f6c6e17d was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 484 bytes
Line 
1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*lib:
7%{!qrtems: %(old_lib)} \
8%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \
9%{!qnolinkcmds: -T linkcmds%s}}}
10
11*startfile:
12%{!qrtems: %(old_startfile)} \
13%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
14
15*link:
16%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
17
18*endfile:
19%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtnn.o%s}
Note: See TracBrowser for help on using the repository browser.