forked from Imagelibrary/rtems
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/eZKit533.cfg: Switch to compiling at O2.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user