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

4.115
Last change on this file since df970844 was df970844, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/10 at 16:20:39

2010-06-17 Joel Sherrill <joel.sherrill@…>

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/tm27.h, make/custom/usiii.cfg, start/bspinit.S: New files.
  • Property mode set to 100644
File size: 951 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
Note: See TracBrowser for help on using the repository browser.