2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/rbtx4938.cfg: Add missing -O2.
This commit is contained in:
Ralf Corsepius
2007-07-28 04:39:30 +00:00
parent 14c415f10b
commit e0730075a9
2 changed files with 2 additions and 1 deletions

View File

@@ -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.