summaryrefslogtreecommitdiffstats
path: root/make/custom/rbtx4938.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-07-28 04:39:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-07-28 04:39:30 +0000
commite0730075a93d6aca446cf952bd6e98fa2b2f0ed3 (patch)
treee275efe9e40af0c0776d15682d5c0993fcecfe15 /make/custom/rbtx4938.cfg
parent2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e0730075a93d6aca446cf952bd6e98fa2b2f0ed3.tar.bz2
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/rbtx4938.cfg: Add missing -O2.
Diffstat (limited to 'make/custom/rbtx4938.cfg')
-rw-r--r--make/custom/rbtx4938.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg
index da1f769fc5..6c9f51d02a 100644
--- a/make/custom/rbtx4938.cfg
+++ b/make/custom/rbtx4938.cfg
@@ -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.