source: rtems/c/src/lib/libbsp/m32r/m32rsim/bsp_specs @ ea1116d

4.104.115
Last change on this file since ea1116d was ea1116d, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:56:30

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

  • .cvsignore, ChangeLog?, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/console-io.c, console/syscalls.S, console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h, start/start.S, startup/linkcmds: New files.
  • Property mode set to 100644
File size: 327 bytes
Line 
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 crtinit.o%s}}
8
9*endfile:
10%{!qrtems: %(old_endfile)} \
11%{!nostdlib: %{qrtems: crtfini.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.