source: rtems/c/src/lib/libbsp/m68k/mvme167/bsp_specs @ c499856

4.115
Last change on this file since c499856 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: 540 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 \
9%{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \
10%{!qnolinkcmds: -T linkcmds%s}}}
11
12*startfile:
13%{!qrtems: %(old_startfile)} \
14%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
15
16*link:
17%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
18
19*endfile:
20%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracBrowser for help on using the repository browser.