source: rtems/c/src/lib/libbsp/bfin/TLL6527M/bsp_specs @ ad65fc7f

4.115
Last change on this file since ad65fc7f was ad65fc7f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/11 at 20:23:39

2011-04-20 Rohan Kangralkar <rkangral@…>

PR 1781/bsps

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
  • Property mode set to 100644
File size: 226 bytes
RevLine 
[ad65fc7f]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 -e __start}}
8
9*link:
10%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
Note: See TracBrowser for help on using the repository browser.