forked from Imagelibrary/rtems
2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Replace -gstabs with -g.
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V):
|
||||
Replace -gstabs with -g.
|
||||
|
||||
2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1769/bsps
|
||||
* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2
|
||||
* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2.
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
|
||||
@@ -13,12 +13,7 @@ RTEMS_BSP_FAMILY=niagara
|
||||
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#CPU_CFLAGS = -mcpu=niagara -DSUN4V -msoft-float
|
||||
#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DRTEMS_DEBUG -DDEBUG_WORKSPACE
|
||||
#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DRTEMS_DEBUG -DDEBUG_WORKSPACE -DHAVE___ASSERT_FUNC -DBSP_GET_WORK_AREA_DEBUG -DGICADEBUG
|
||||
#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DGICADEBUG
|
||||
CPU_CFLAGS = -mcpu=niagara -DSUN4V
|
||||
#CPU_CFLAGS = -mcpu=niagara -DSUN4V -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