summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh4.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 07:05:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 07:05:26 +0000
commitb86e0899e5c2cf6a6917ff9d34f0b81947b13168 (patch)
treed987fb1a20a1de28c53140cc4c3b6ec7c6179aca /make/custom/gensh4.cfg
parentRemove obsolete comments referring to gcc-2.8. (diff)
downloadrtems-b86e0899e5c2cf6a6917ff9d34f0b81947b13168.tar.bz2
Cosmetics.
Diffstat (limited to '')
-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