summaryrefslogtreecommitdiffstats
path: root/make
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
parentRemove obsolete comments referring to gcc-2.8. (diff)
downloadrtems-b86e0899e5c2cf6a6917ff9d34f0b81947b13168.tar.bz2
Cosmetics.
Diffstat (limited to '')
-rw-r--r--make/custom/bare.cfg2
-rw-r--r--make/custom/c4xsim.cfg2
-rw-r--r--make/custom/csb350.cfg2
-rw-r--r--make/custom/eZKit533.cfg2
-rw-r--r--make/custom/gen68360.cfg2
-rw-r--r--make/custom/genmongoosev.cfg2
-rw-r--r--make/custom/gensh1.cfg2
-rw-r--r--make/custom/gensh2.cfg2
-rw-r--r--make/custom/gensh4.cfg6
-rw-r--r--make/custom/h8sim.cfg2
-rw-r--r--make/custom/jmr3904.cfg4
-rw-r--r--make/custom/mvme147.cfg2
-rw-r--r--make/custom/nios2_iss.cfg2
-rw-r--r--make/custom/pc486.cfg4
-rw-r--r--make/custom/pc586.cfg4
-rw-r--r--make/custom/pc686.cfg4
-rw-r--r--make/custom/shsim.cfg2
-rw-r--r--make/custom/simsh4.cfg4
-rw-r--r--make/custom/simsh7032.cfg2
-rw-r--r--make/custom/simsh7045.cfg2
20 files changed, 27 insertions, 27 deletions
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 28b6ab93d4..22c0bed081 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -11,7 +11,7 @@ RTEMS_BSP=bare
RTEMS_CPU_MODEL=$(BARE_CPU_MODEL)
-CPU_CFLAGS=$(BARE_CPU_CFLAGS)
+CPU_CFLAGS =$(BARE_CPU_CFLAGS)
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg
index 7fe259fe8f..51f656d277 100644
--- a/make/custom/c4xsim.cfg
+++ b/make/custom/c4xsim.cfg
@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU_MODEL=c40
-CPU_CFLAGS=-mcpu=40 #-msmall
+CPU_CFLAGS = -mcpu=40 #-msmall
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=c4xsim
diff --git a/make/custom/csb350.cfg b/make/custom/csb350.cfg
index 6e864d8c63..87772c7ff0 100644
--- a/make/custom/csb350.cfg
+++ b/make/custom/csb350.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=csb350
# and (hopefully) optimize for it.
#
# gcc 3.1 and newer
-CPU_CFLAGS=-mips32 -G0 -msoft-float
+CPU_CFLAGS = -mips32 -G0 -msoft-float
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/eZKit533.cfg b/make/custom/eZKit533.cfg
index 86695d0bb6..c37cc676d4 100644
--- a/make/custom/eZKit533.cfg
+++ b/make/custom/eZKit533.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=eZKit533
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=
+CPU_CFLAGS =
# optimize flag: typically -O2
# gcc-4.2.0 segfaults on -OX > -O0
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index 5224963c79..1fbddf623f 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=gen68360
# You must use versions of gcc and gas that support the -mcpu32 option.
#
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
-CPU_CFLAGS= -m68040
+CPU_CFLAGS = -m68040
else
CPU_CFLAGS = -mcpu32
endif
diff --git a/make/custom/genmongoosev.cfg b/make/custom/genmongoosev.cfg
index 29f0601be8..39e8a9a8bd 100644
--- a/make/custom/genmongoosev.cfg
+++ b/make/custom/genmongoosev.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=genmongoosev
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-mips1 -G0
+CPU_CFLAGS = -mips1 -G0
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 93507f4ae3..4f236d2ca3 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=gensh1
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-m1
+CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index 606cbff64a..19f5aa45f5 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=gensh2
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS= -m2
+CPU_CFLAGS = -m2
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2
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
diff --git a/make/custom/h8sim.cfg b/make/custom/h8sim.cfg
index 5696855777..3ebbd3eb99 100644
--- a/make/custom/h8sim.cfg
+++ b/make/custom/h8sim.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=h8sim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-mh -mint32
+CPU_CFLAGS = -mh -mint32
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2
diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg
index 0ac18c7bb0..3ad437c646 100644
--- a/make/custom/jmr3904.cfg
+++ b/make/custom/jmr3904.cfg
@@ -16,9 +16,9 @@ RTEMS_BSP_FAMILY=jmr3904
# and (hopefully) optimize for it.
#
# gcc 2.95.x and 3.0
-#CPU_CFLAGS=-m3900 -G0
+#CPU_CFLAGS = -m3900 -G0
# gcc 3.1 and newer
-CPU_CFLAGS=-march=r3900 -Wa,-xgot -G0
+CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2
diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg
index 48c83f42d5..a6c34453fa 100644
--- a/make/custom/mvme147.cfg
+++ b/make/custom/mvme147.cfg
@@ -13,7 +13,7 @@ RTEMS_CPU_MODEL=m68030
RTEMS_BSP_FAMILY=mvme147
# default flags
-CPU_CFLAGS=
+CPU_CFLAGS =
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer
diff --git a/make/custom/nios2_iss.cfg b/make/custom/nios2_iss.cfg
index 4ce4d09a1b..4cb5b8bc2a 100644
--- a/make/custom/nios2_iss.cfg
+++ b/make/custom/nios2_iss.cfg
@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY = nios2_iss
# "-Gx" tells gcc to put objects of up to x bytes into sections sdata/sbss
# where they could be addressed using the global pointer gp. -G0 effectively
# disables the use of gp.
-CPU_CFLAGS=-mno-hw-mul -mno-hw-div
+CPU_CFLAGS = -mno-hw-mul -mno-hw-div
#######
diff --git a/make/custom/pc486.cfg b/make/custom/pc486.cfg
index feb3b91de5..43ec7896c0 100644
--- a/make/custom/pc486.cfg
+++ b/make/custom/pc486.cfg
@@ -8,9 +8,9 @@ RTEMS_CPU_MODEL=i486dx
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -m486
# gcc 3.1 and newer
-# CPU_CFLAGS=-mcpu=i486
+# CPU_CFLAGS = -mcpu=i486
# gcc 4.0 and newer
-CPU_CFLAGS=-mtune=i486
+CPU_CFLAGS = -mtune=i486
include $(RTEMS_ROOT)/make/custom/pc386.cfg
diff --git a/make/custom/pc586.cfg b/make/custom/pc586.cfg
index 98158e377e..9c64f708a9 100644
--- a/make/custom/pc586.cfg
+++ b/make/custom/pc586.cfg
@@ -8,9 +8,9 @@ RTEMS_CPU_MODEL=pentium
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentium
# gcc 3.1 and newer
-# CPU_CFLAGS=-mcpu=pentium
+# CPU_CFLAGS = -mcpu=pentium
# gcc 4.0 and newer
-CPU_CFLAGS=-mtune=pentium
+CPU_CFLAGS = -mtune=pentium
include $(RTEMS_ROOT)/make/custom/pc386.cfg
diff --git a/make/custom/pc686.cfg b/make/custom/pc686.cfg
index e2aacdb6b1..4c66e28b8e 100644
--- a/make/custom/pc686.cfg
+++ b/make/custom/pc686.cfg
@@ -8,9 +8,9 @@ RTEMS_CPU_MODEL=pentiumpro
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentiumpro
# gcc 3.1 and newer
-# CPU_CFLAGS=-mcpu=pentiumpro
+# CPU_CFLAGS = -mcpu=pentiumpro
# gcc 4.0 and newer
-CPU_CFLAGS=-mtune=pentiumpro
+CPU_CFLAGS = -mtune=pentiumpro
include $(RTEMS_ROOT)/make/custom/pc386.cfg
diff --git a/make/custom/shsim.cfg b/make/custom/shsim.cfg
index 492b4dcdfd..c07ffa1fd1 100644
--- a/make/custom/shsim.cfg
+++ b/make/custom/shsim.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=shsim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-m1
+CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
diff --git a/make/custom/simsh4.cfg b/make/custom/simsh4.cfg
index 7f1b830dcc..e0237e9f9f 100644
--- a/make/custom/simsh4.cfg
+++ b/make/custom/simsh4.cfg
@@ -23,10 +23,10 @@ RTEMS_BSP_FAMILY=simsh4
#
# Seems to be good without initialisation FPSCR.
# Also works with SH4_FPSCR_DN bit set.
-#CPU_CFLAGS= -m4-single-only -ml
+#CPU_CFLAGS = -m4-single-only -ml
#
# It works with SH4_FPSCR_PR bit set
-CPU_CFLAGS= -m4 -ml
+CPU_CFLAGS = -m4 -ml
# optimize flag: typically -O2
diff --git a/make/custom/simsh7032.cfg b/make/custom/simsh7032.cfg
index 2e8bfe2763..059a9632bd 100644
--- a/make/custom/simsh7032.cfg
+++ b/make/custom/simsh7032.cfg
@@ -17,7 +17,7 @@ RTEMS_CPU_MODEL=sh7032
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-m1
+CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2
diff --git a/make/custom/simsh7045.cfg b/make/custom/simsh7045.cfg
index 4da783ba90..18dfeb76d8 100644
--- a/make/custom/simsh7045.cfg
+++ b/make/custom/simsh7045.cfg
@@ -17,7 +17,7 @@ RTEMS_CPU_MODEL=sh7045
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-m2
+CPU_CFLAGS = -m2
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2