From b86e0899e5c2cf6a6917ff9d34f0b81947b13168 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 07:05:26 +0000 Subject: Cosmetics. --- make/custom/bare.cfg | 2 +- make/custom/c4xsim.cfg | 2 +- make/custom/csb350.cfg | 2 +- make/custom/eZKit533.cfg | 2 +- make/custom/gen68360.cfg | 2 +- make/custom/genmongoosev.cfg | 2 +- make/custom/gensh1.cfg | 2 +- make/custom/gensh2.cfg | 2 +- make/custom/gensh4.cfg | 6 +++--- make/custom/h8sim.cfg | 2 +- make/custom/jmr3904.cfg | 4 ++-- make/custom/mvme147.cfg | 2 +- make/custom/nios2_iss.cfg | 2 +- make/custom/pc486.cfg | 4 ++-- make/custom/pc586.cfg | 4 ++-- make/custom/pc686.cfg | 4 ++-- make/custom/shsim.cfg | 2 +- make/custom/simsh4.cfg | 4 ++-- make/custom/simsh7032.cfg | 2 +- make/custom/simsh7045.cfg | 2 +- 20 files changed, 27 insertions(+), 27 deletions(-) (limited to 'make') 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 -- cgit v1.2.3