2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/eZKit533.cfg: Switch to compiling at O2.
This commit is contained in:
Ralf Corsepius
2009-10-21 02:26:58 +00:00
parent bd49f82794
commit f12f3c40d1
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/eZKit533.cfg: Switch to compiling at O2.
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Add missing prototype. * startup/bspstart.c: Add missing prototype.

View File

@@ -18,5 +18,4 @@ RTEMS_BSP_FAMILY=eZKit533
CPU_CFLAGS = CPU_CFLAGS =
# optimize flag: typically -O2 # optimize flag: typically -O2
# gcc-4.2.0 segfaults on -OX > -O0 CFLAGS_OPTIMIZE_V = -O2 -g
CFLAGS_OPTIMIZE_V = -O0 -g