source: rtems/c/src/lib/libbsp/m32c/m32cbsp/bsp_specs @ 0a65ad6

4.104.115
Last change on this file since 0a65ad6 was 0fd07a10, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:34:36

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, ChangeLog?, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/console-io.c, console/syscalls.S, include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c, startup/crtn.S, startup/linkcmds, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
  • Property mode set to 100644
File size: 327 bytes
RevLine 
[0fd07a10]1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} \
7%{!nostdlib: %{qrtems: start.o%s crtbegin.o%s}}
8
9*endfile:
10%{!qrtems: %(old_endfile)} \
11%{!nostdlib: %{qrtems: crtend.o%s}}
12
13*link:
14%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
15
Note: See TracBrowser for help on using the repository browser.