source: rtems/c/src/lib/libbsp/m68k/csb360/bsp_specs @ df393962

4.104.115
Last change on this file since df393962 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: 575 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: \
10%{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%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%{qclock=*: -defsym _SYS_CLOCK_FREQUENCY=%*}
19
20*endfile:
21%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracBrowser for help on using the repository browser.