source: rtems/c/src/lib/libbsp/lm32/lm32_evr/bsp_specs @ 8c5d3743

4.104.115
Last change on this file since 8c5d3743 was e44ffe5, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 22:54:49

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • ChangeLog?, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.
  • Property mode set to 100644
File size: 423 bytes
Line 
1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*lib:
7%{!qrtems: %(old_lib)} \
8%{!nostdlib: %{qrtems: %{!qnolinkcmds: -T linkcmds%s}}}
9
10*startfile:
11%{!qrtems: %(old_startfile)} \
12%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
13
14*link:
15%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
16
17*endfile:
18%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s}
Note: See TracBrowser for help on using the repository browser.