2011-03-23 Gedare Bloom <giddyup44@yahoo.com>

PR 1769/bsps
	* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2
This commit is contained in:
Ralf Corsepius
2011-03-23 11:52:50 +00:00
parent 8c475a663c
commit 92d53ad93a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
PR 1769/bsps
* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h:

View File

@@ -21,4 +21,4 @@ CPU_CFLAGS = -mcpu=niagara -DSUN4V
#CPU_CFLAGS = -mcpu=niagara -DSUN4V -DRTEMS_DEBUG -DHAVE___ASSERT_FUNC
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -gstabs
CFLAGS_OPTIMIZE_V = -gstabs -O2