source: rtems/c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg @ 8c475a66

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

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

PR 1769/bsps

  • make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Add -O2
  • Property mode set to 100644
File size: 955 bytes
Line 
1#
2#  Config file for the UltraSparc III, IV SPARC64 processors.
3#  TODO: currently configured and tested only for ultrasparc3
4#
5#  $Id$
6#
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=sparc64
10RTEMS_CPU_MODEL=sun4u
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=usiii
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17#CPU_CFLAGS = -mcpu=ultrasparc3 -msoft-float
18#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DDEBUG_WORKSPACE
19#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DDEBUG_WORKSPACE -DHAVE___ASSERT_FUNC -DBSP_GET_WORK_AREA_DEBUG -DGICADEBUG
20#CPU_CFLAGS = -mcpu=ultrasparc3 -DGICADEBUG
21CPU_CFLAGS = -mcpu=ultrasparc3 -DUS3 -DSUN4U
22#CPU_CFLAGS = -mcpu=ultrasparc3 -mno-fpu
23#CPU_CFLAGS = -mcpu=ultrasparc3 -m64
24#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DHAVE___ASSERT_FUNC
25
26# optimize flag: typically -O2
27CFLAGS_OPTIMIZE_V = -gstabs -O2
Note: See TracBrowser for help on using the repository browser.