forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user