source: rtems/c/src/lib/libbsp/arm/lpc32xx/bsp_specs @ 598a4505

4.115
Last change on this file since 598a4505 was 598a4505, checked in by Sebastian Huber <sebastian.huber@…>, on 12/03/10 at 09:29:08

2010-12-03 Sebastian Huber <sebastian.huber@…>

  • include/lpc32xx.h: Added I2S module.
  • Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c, startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1, startup/linkcmds.lpc32xx_mzx_stage_2, startup/linkcmds.lpc32xx_phycore: Update due to linker command file changes.
  • Property mode set to 100644
File size: 318 bytes
RevLine 
[c468f18b]1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} \
[598a4505]7%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
[c468f18b]8
9*link:
10%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
11
12*endfile:
13%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracBrowser for help on using the repository browser.