summaryrefslogtreecommitdiffstats
path: root/make/custom/gen5200.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gen5200.cfg')
-rw-r--r--make/custom/gen5200.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gen5200.cfg b/make/custom/gen5200.cfg
index 493e7bd6c4..6fac6ef016 100644
--- a/make/custom/gen5200.cfg
+++ b/make/custom/gen5200.cfg
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
# optimize flag: typically -O2
# NOTE: some level of -O may be actually required by inline assembler
-CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
+CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user