source: rtems/c/src/lib/libbsp/sparc64/niagara/make/custom/niagara.cfg @ 92d53ad9

4.115
Last change on this file since 92d53ad9 was 92d53ad9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/23/11 at 11:52:50

2011-03-23 Gedare Bloom <giddyup44@…>

PR 1769/bsps

  • make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2
  • Property mode set to 100644
File size: 815 bytes
Line 
1#
2#  Config file for the Niagara SPARC64 processor.
3#
4#  $Id$
5#
6include $(RTEMS_ROOT)/make/custom/default.cfg
7
8RTEMS_CPU=sparc64
9RTEMS_CPU_MODEL=sun4v
10
11# This is the actual bsp directory used during the build process.
12RTEMS_BSP_FAMILY=niagara
13
14#  This contains the compiler options necessary to select the CPU model
15#  and (hopefully) optimize for it.
16#CPU_CFLAGS = -mcpu=niagara -DSUN4V -msoft-float
17#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DRTEMS_DEBUG -DDEBUG_WORKSPACE
18#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DRTEMS_DEBUG -DDEBUG_WORKSPACE -DHAVE___ASSERT_FUNC -DBSP_GET_WORK_AREA_DEBUG -DGICADEBUG
19#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DGICADEBUG
20CPU_CFLAGS = -mcpu=niagara -DSUN4V
21#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DRTEMS_DEBUG -DHAVE___ASSERT_FUNC
22
23# optimize flag: typically -O2
24CFLAGS_OPTIMIZE_V = -gstabs -O2
Note: See TracBrowser for help on using the repository browser.