source: rtems/c/src/lib/libbsp/arm/gumstix/bsp_specs @ 6e27be70

4.104.115
Last change on this file since 6e27be70 was 6e27be70, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/09 at 16:23:11

2009-06-04 Xi Yang <hiyangxi@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, startup/memmap.c: New files.
  • Property mode set to 100755
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 crti.o%s crtbegin.o%s}}
8
9*link:
10%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
11
12*endfile:
13%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.