4.115
Last change
on this file since 183af89 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:
366 bytes
|
Line | |
---|
1 | # |
---|
2 | # Config file for Blackfin TLL6527M |
---|
3 | # |
---|
4 | # $Id$ |
---|
5 | # |
---|
6 | |
---|
7 | include $(RTEMS_ROOT)/make/custom/default.cfg |
---|
8 | |
---|
9 | RTEMS_CPU=bfin |
---|
10 | RTEMS_CPU_MODEL=bf52x |
---|
11 | |
---|
12 | # This contains the compiler options necessary to select the CPU model |
---|
13 | # and (hopefully) optimize for it. |
---|
14 | # |
---|
15 | CPU_CFLAGS =-mcpu=bf527 |
---|
16 | |
---|
17 | # optimize flag: typically -O2 |
---|
18 | # gcc-4.2.0 segfaults on -OX > -O0 |
---|
19 | CFLAGS_OPTIMIZE_V = -O2 -g |
---|
Note: See
TracBrowser
for help on using the repository browser.