forked from Imagelibrary/rtems
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/rbtx4938.cfg: Add missing -O2.
This commit is contained in:
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=rbtx4938
|
||||
CPU_CFLAGS = -mips3 -G0 -EL
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V = -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||
|
||||
# The following are definitions of make-exe which will work using ld as
|
||||
# is currently required.
|
||||
|
||||
Reference in New Issue
Block a user