source: rtems/make/custom/bf537Stamp.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: 450 bytes
Line 
1#
2#  Config file for Blackfin bf537Stamp
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=bfin
10RTEMS_CPU_MODEL=bf537
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=bf537Stamp
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS =
18
19# optimize flag: typically -O2
20# gcc-4.2.0 segfaults on -OX > -O0
21CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.