source: rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg @ 0621efd

4.104.115
Last change on this file since 0621efd was 0621efd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:56:45

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 408 bytes
Line 
1#
2#  Config file for the European Space Agency ERC32
3#  a V7 SPARC processor derived from the Cypress 601/602 set.
4#
5#  $Id$
6#
7
8include $(RTEMS_ROOT)/make/custom/default.cfg
9
10RTEMS_CPU=sparc
11RTEMS_CPU_MODEL=erc32
12
13#  This contains the compiler options necessary to select the CPU model
14#  and (hopefully) optimize for it.
15CPU_CFLAGS = -mcpu=cypress
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.