2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V):
	Replace -gstabs with -g.
This commit is contained in:
Ralf Corsepius
2011-03-23 11:56:34 +00:00
parent f4d3b134e1
commit 77b9907728
2 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V):
Replace -gstabs with -g.
2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
PR 1769/bsps

View File

@@ -14,14 +14,7 @@ RTEMS_BSP_FAMILY=usiii
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#CPU_CFLAGS = -mcpu=ultrasparc3 -msoft-float
#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DDEBUG_WORKSPACE
#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DDEBUG_WORKSPACE -DHAVE___ASSERT_FUNC -DBSP_GET_WORK_AREA_DEBUG -DGICADEBUG
#CPU_CFLAGS = -mcpu=ultrasparc3 -DGICADEBUG
CPU_CFLAGS = -mcpu=ultrasparc3 -DUS3 -DSUN4U
#CPU_CFLAGS = -mcpu=ultrasparc3 -mno-fpu
#CPU_CFLAGS = -mcpu=ultrasparc3 -m64
#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DHAVE___ASSERT_FUNC
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -gstabs -O2
# optimize flag: typically -g -O2
CFLAGS_OPTIMIZE_V = -g -O2