source: rtems/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg @ 34a706d9

Last change on this file since 34a706d9 was aab9483, 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
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 = -O0 -g
Note: See TracBrowser for help on using the repository browser.