source: rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg @ 8ae88d7

4.115
Last change on this file since 8ae88d7 was 8ae88d7, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/12 at 13:15:52

Disable optimization.

  • Property mode set to 100644
File size: 408 bytes
RevLine 
[7b4b259f]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.
[a3347f0]15CPU_CFLAGS = -mcpu=cypress
[7b4b259f]16
17# optimize flag: typically -O2
[8ae88d7]18CFLAGS_OPTIMIZE_V = -O0 -g
Note: See TracBrowser for help on using the repository browser.