summaryrefslogtreecommitdiffstats
path: root/make/custom/leon2.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/leon2.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index d4d6b60f38..24f9b3e3d9 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=leon2
CPU_CFLAGS = -mcpu=cypress -msoft-float
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=-O2
+CFLAGS_OPTIMIZE_V = -O2
# 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