source: rtems/c/src/lib/libbsp/m68k/mcf5235/bsp_specs @ 80c6ce9

4.104.114.84.95
Last change on this file since 80c6ce9 was 1612af0, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/05 at 14:06:05

2005-06-17 Mike Bertosh <mbertosh@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
  • Property mode set to 100644
File size: 367 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
7%{!qrtems_debug: start.o%s} \
8%{qrtems_debug: start_g.o%s} \
9crti.o%s crtbegin.o%s}}
10
11*link:
12%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
13
14*endfile:
15%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
16
Note: See TracBrowser for help on using the repository browser.