source: rtems/make/custom/bf537skyeye.cfg @ 1db80d0b

4.104.115
Last change on this file since 1db80d0b was 1db80d0b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/08 at 13:55:46

2008-09-25 Joel Sherrill <joel.sherrill@…>

  • custom/bf537Stamp.cfg, custom/erc32.cfg: Add skyeye alias for bf537stamp.
  • custom/bf537skyeye.cfg: New file.
  • Property mode set to 100644
File size: 509 bytes
Line 
1#
2#  Config file for Blackfin bf537 on Skyeye
3#
4#  We must disable features not supported on Skyeye
5#
6#  $Id$
7#
8
9include $(RTEMS_ROOT)/make/custom/default.cfg
10
11RTEMS_CPU=bfin
12RTEMS_CPU_MODEL=bf537
13
14# This is the actual bsp directory used during the build process.
15RTEMS_BSP_FAMILY=bf537Stamp
16
17#  This contains the compiler options necessary to select the CPU model
18#  and (hopefully) optimize for it.
19CPU_CFLAGS =
20
21# optimize flag: typically -O2
22# gcc-4.2.0 segfaults on -OX > -O0
23CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.