summaryrefslogtreecommitdiffstats
path: root/make/custom/csb360.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/csb360.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/csb360.cfg b/make/custom/csb360.cfg
index f96211e4bf..17a8f1af20 100644
--- a/make/custom/csb360.cfg
+++ b/make/custom/csb360.cfg
@@ -22,7 +22,7 @@ CPU_CFLAGS = -m5200
# optimize flag: typically -O2
# It looks like any optimization level > 0 causes problems
# with gcc-3.4.0. Until they are fixed, we'll use -O0
-CFLAGS_OPTIMIZE_V=-O0 -fomit-frame-pointer
+CFLAGS_OPTIMIZE_V = -O0 -fomit-frame-pointer
# 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