source: rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg @ 4648ade

4.115
Last change on this file since 4648ade was f4491f94, checked in by Sebastian Huber <sebastian.huber@…>, on 01/26/12 at 08:57:19

Revert "Disable optimization."

This reverts commit 8ae88d7f9644ad39d88aaa86c7558ec45450e8c9.

  • 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.