source: rtems/c/src/lib/libbsp/avr/avrtest/bsp_specs @ 087dd25

4.104.115
Last change on this file since 087dd25 was 858ea06c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/20/08 at 15:39:04

2008-11-20 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore, tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
  • Property mode set to 100644
File size: 303 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}}
8
9*endfile:
10%{!qrtems: %(old_endfile)} \
11%{!nostdlib: %{qrtems:}}
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.