summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh4.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gensh4.cfg')
-rw-r--r--make/custom/gensh4.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/custom/gensh4.cfg b/make/custom/gensh4.cfg
index b9b0f50afa..87f5948c1e 100644
--- a/make/custom/gensh4.cfg
+++ b/make/custom/gensh4.cfg
@@ -23,11 +23,11 @@ RTEMS_BSP_FAMILY=gensh4
#
# Seems to be good without initialisation FPSCR.
# Also works with SH4_FPSCR_DN bit set.
-#CPU_CFLAGS= -m4-single-only -mfmovd -ml
-#CPU_CFLAGS= -m4-single -ml
+#CPU_CFLAGS = -m4-single-only -mfmovd -ml
+#CPU_CFLAGS = -m4-single -ml
#
# It works with SH4_FPSCR_PR bit set
-CPU_CFLAGS= -m4 -ml
+CPU_CFLAGS = -m4 -ml
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2