summaryrefslogtreecommitdiffstats
path: root/make/custom/mbx8xx.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/mbx8xx.cfg
parent2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4233e1f382311ad45ee6b06df4a3bfe602fe9756.tar.bz2
Cosmetics.
Diffstat (limited to 'make/custom/mbx8xx.cfg')
-rw-r--r--make/custom/mbx8xx.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index 64bf9d253a..2e676f8626 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -48,9 +48,9 @@ CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -Dmpc$(8XX_CPU_TYPE) -D$(RTEMS_MBX_MODEL)
# optimize flag: typically -O, could use -O4 or -fast
# NOTE: some level of -O may be actually required by inline assembler
-# CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
-CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
-CXXFLAGS_OPTIMIZE_V=-O4
+# CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
+CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
+CXXFLAGS_OPTIMIZE_V = -O4
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(MBX8xx_LDFLAGS) \