summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/erc32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 8f7cf51b7b..28d962a941 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=erc32
CPU_CFLAGS = -mcpu=cypress
# 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