summaryrefslogtreecommitdiffstats
path: root/make/custom/gba.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 06:05:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 06:05:27 +0000
commit4233e1f382311ad45ee6b06df4a3bfe602fe9756 (patch)
treef632afc6026ef7d16a10e4bc1e6f4229c2456849 /make/custom/gba.cfg
parent2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4233e1f382311ad45ee6b06df4a3bfe602fe9756.tar.bz2
Cosmetics.
Diffstat (limited to 'make/custom/gba.cfg')
-rw-r--r--make/custom/gba.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg
index 012d2ff2b8..fdbbed12da 100644
--- a/make/custom/gba.cfg
+++ b/make/custom/gba.cfg
@@ -19,8 +19,8 @@ RTEMS_BSP_FAMILY=gba
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=-O2
-CXXFLAGS_OPTIMIZE_V=-O3
+CFLAGS_OPTIMIZE_V = -O2
+CXXFLAGS_OPTIMIZE_V = -O3
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \