From 4233e1f382311ad45ee6b06df4a3bfe602fe9756 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 06:05:27 +0000 Subject: Cosmetics. --- make/custom/armulator.cfg | 2 +- make/custom/av5282.cfg | 2 +- make/custom/bare.cfg | 2 +- make/custom/c3xsim.cfg | 4 ++-- make/custom/c4xsim.cfg | 4 ++-- make/custom/csb336.cfg | 2 +- make/custom/csb337.cfg | 2 +- make/custom/csb350.cfg | 2 +- make/custom/csb360.cfg | 2 +- make/custom/dmv152.cfg | 2 +- make/custom/eZKit533.cfg | 2 +- make/custom/edb7312.cfg | 2 +- make/custom/erc32.cfg | 2 +- make/custom/erc32nfp.cfg | 2 +- make/custom/gba.cfg | 4 ++-- make/custom/gen405.cfg | 2 +- make/custom/gen5200.cfg | 2 +- make/custom/gen68302.cfg | 2 +- make/custom/gen68340.cfg | 2 +- make/custom/gen68360.cfg | 2 +- make/custom/genmongoosev.cfg | 2 +- make/custom/gp32.cfg | 2 +- make/custom/h8sim.cfg | 4 ++-- make/custom/helas403.cfg | 2 +- make/custom/hurricane.cfg | 2 +- make/custom/i386ex.cfg | 2 +- make/custom/idp.cfg | 2 +- make/custom/jmr3904.cfg | 2 +- make/custom/leon2.cfg | 2 +- make/custom/leon3.cfg | 2 +- make/custom/mbx821_002b.cfg | 2 +- make/custom/mbx8xx.cfg | 6 +++--- make/custom/mcf5206elite.cfg | 2 +- make/custom/mcf5235.cfg | 2 +- make/custom/mcp750.cfg | 2 +- make/custom/mpc8260ads.cfg | 2 +- make/custom/mrm332.cfg | 2 +- make/custom/mtx603e.cfg | 2 +- make/custom/mvme136.cfg | 2 +- make/custom/mvme147.cfg | 2 +- make/custom/mvme162.cfg | 2 +- make/custom/mvme162lx.cfg | 2 +- make/custom/mvme167.cfg | 2 +- make/custom/mvme2100.cfg | 2 +- make/custom/mvme2307.cfg | 2 +- make/custom/mvme5500.cfg | 2 +- make/custom/nios2_iss.cfg | 6 +++--- 47 files changed, 55 insertions(+), 55 deletions(-) (limited to 'make/custom') diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg index f1fbc2b34d..0e448c3320 100644 --- a/make/custom/armulator.cfg +++ b/make/custom/armulator.cfg @@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=armulator # CPU_CFLAGS = -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg index 0f861eda88..c0a00510f7 100644 --- a/make/custom/av5282.cfg +++ b/make/custom/av5282.cfg @@ -16,7 +16,7 @@ CPU_CFLAGS = -m528x # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer ifndef MTARGET MTARGET=ram diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg index 288d99da50..933b48255d 100644 --- a/make/custom/bare.cfg +++ b/make/custom/bare.cfg @@ -16,7 +16,7 @@ CPU_CFLAGS=$(BARE_CPU_CFLAGS) include $(RTEMS_ROOT)/make/custom/default.cfg # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # this target has no start file START_BASE= diff --git a/make/custom/c3xsim.cfg b/make/custom/c3xsim.cfg index 8c359bc98f..7516567fe4 100644 --- a/make/custom/c3xsim.cfg +++ b/make/custom/c3xsim.cfg @@ -14,8 +14,8 @@ RTEMS_BSP_FAMILY=c4xsim # optimize flag: typically -O2 # -O2 is broken for the moment on the C4x gcc -#CFLAGS_OPTIMIZE_V=-O2 -CFLAGS_OPTIMIZE_V=-O1 +#CFLAGS_OPTIMIZE_V = -O2 +CFLAGS_OPTIMIZE_V = -O1 # this target has no start file START_BASE= diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg index 9505f8c1f2..f12854df94 100644 --- a/make/custom/c4xsim.cfg +++ b/make/custom/c4xsim.cfg @@ -14,8 +14,8 @@ RTEMS_BSP_FAMILY=c4xsim # optimize flag: typically -O2 # -O2 is broken for the moment on the C4x gcc -#CFLAGS_OPTIMIZE_V=-O2 -CFLAGS_OPTIMIZE_V=-O1 +#CFLAGS_OPTIMIZE_V = -O2 +CFLAGS_OPTIMIZE_V = -O1 # this target has no start file START_BASE= diff --git a/make/custom/csb336.cfg b/make/custom/csb336.cfg index a7700eb042..71e348382e 100644 --- a/make/custom/csb336.cfg +++ b/make/custom/csb336.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=csb336 CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/csb337.cfg b/make/custom/csb337.cfg index a07a7adfa8..128a4aee24 100644 --- a/make/custom/csb337.cfg +++ b/make/custom/csb337.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=csb337 CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 -g +CFLAGS_OPTIMIZE_V = -O2 -g define make-exe diff --git a/make/custom/csb350.cfg b/make/custom/csb350.cfg index 02fb011705..d7673d720e 100644 --- a/make/custom/csb350.cfg +++ b/make/custom/csb350.cfg @@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=csb350 CPU_CFLAGS=-mips32 -G0 -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 -g +CFLAGS_OPTIMIZE_V = -O2 -g # 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 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 diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg index 6bde1524d2..0ce95165b1 100644 --- a/make/custom/dmv152.cfg +++ b/make/custom/dmv152.cfg @@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=dmv152 CPU_CFLAGS = # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer # Here is the rule to actually build a $(ARCH)/foo.exe # It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm diff --git a/make/custom/eZKit533.cfg b/make/custom/eZKit533.cfg index 5ba09c42d1..93c4cd4b33 100644 --- a/make/custom/eZKit533.cfg +++ b/make/custom/eZKit533.cfg @@ -19,7 +19,7 @@ CPU_CFLAGS= # optimize flag: typically -O2 # gcc-4.2.0 segfaults on -OX > -O0 -CFLAGS_OPTIMIZE_V=-O0 +CFLAGS_OPTIMIZE_V = -O0 # 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 diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg index 81c9cea0c6..4b381caba6 100644 --- a/make/custom/edb7312.cfg +++ b/make/custom/edb7312.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=edb7312 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg index 8f7cf51b7b..28d962a941 100644 --- a/make/custom/erc32.cfg +++ b/make/custom/erc32.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=erc32 CPU_CFLAGS = -mcpu=cypress # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 # 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 diff --git a/make/custom/erc32nfp.cfg b/make/custom/erc32nfp.cfg index 4289f82c79..da8a6f971d 100644 --- a/make/custom/erc32nfp.cfg +++ b/make/custom/erc32nfp.cfg @@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=erc32 CPU_CFLAGS = -mcpu=cypress -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 # 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 diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg index 012d2ff2b8..fdbbed12da 100644 --- a/make/custom/gba.cfg +++ b/make/custom/gba.cfg @@ -19,8 +19,8 @@ RTEMS_BSP_FAMILY=gba CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 -CXXFLAGS_OPTIMIZE_V=-O3 +CFLAGS_OPTIMIZE_V = -O2 +CXXFLAGS_OPTIMIZE_V = -O3 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/gen405.cfg b/make/custom/gen405.cfg index ec6e3a0293..3f3a41d4bc 100644 --- a/make/custom/gen405.cfg +++ b/make/custom/gen405.cfg @@ -26,7 +26,7 @@ CPU_CFLAGS = -mcpu=403 -D_OLD_EXCEPTIONS -Dppc405 # optimize flag: typically -O2 # NOTE: some level of -O may be actually required by inline assembler -CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g +CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g # No start file diff --git a/make/custom/gen5200.cfg b/make/custom/gen5200.cfg index 493e7bd6c4..6fac6ef016 100644 --- a/make/custom/gen5200.cfg +++ b/make/custom/gen5200.cfg @@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL) # optimize flag: typically -O2 # NOTE: some level of -O may be actually required by inline assembler -CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g +CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g # 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 diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg index 170ea9e27b..29bd673576 100644 --- a/make/custom/gen68302.cfg +++ b/make/custom/gen68302.cfg @@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=gen68302 CPU_CFLAGS = -m68302 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg index 278be8117c..5c6a485645 100644 --- a/make/custom/gen68340.cfg +++ b/make/custom/gen68340.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=gen68340 CPU_CFLAGS = -mcpu32 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg index e757a38123..878d434e03 100644 --- a/make/custom/gen68360.cfg +++ b/make/custom/gen68360.cfg @@ -27,7 +27,7 @@ CPU_CFLAGS = -mcpu32 endif # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/genmongoosev.cfg b/make/custom/genmongoosev.cfg index 61635907b2..5b1c09d0c4 100644 --- a/make/custom/genmongoosev.cfg +++ b/make/custom/genmongoosev.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=genmongoosev CPU_CFLAGS=-mips1 -G0 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 -g +CFLAGS_OPTIMIZE_V = -O2 -g # 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 diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg index 8f891deabe..b48d5fa9e8 100644 --- a/make/custom/gp32.cfg +++ b/make/custom/gp32.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=gp32 CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V= -O2 +CFLAGS_OPTIMIZE_V = -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/h8sim.cfg b/make/custom/h8sim.cfg index c616a8816d..080836885f 100644 --- a/make/custom/h8sim.cfg +++ b/make/custom/h8sim.cfg @@ -18,8 +18,8 @@ RTEMS_BSP_FAMILY=h8sim CPU_CFLAGS=-mh -mint32 # optimize flag: typically -O2 -# CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures -CFLAGS_OPTIMIZE_V=-O0 +# CFLAGS_OPTIMIZE_V = -O4 -mleaf-procedures +CFLAGS_OPTIMIZE_V = -O0 # 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 diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg index 605474a628..396c6a131f 100644 --- a/make/custom/helas403.cfg +++ b/make/custom/helas403.cfg @@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=403 -D_OLD_EXCEPTIONS -Dppc403 # optimize flag: typically -O2 # NOTE: some level of -O may be actually required by inline assembler -CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions +CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions # No start file START_BASE= diff --git a/make/custom/hurricane.cfg b/make/custom/hurricane.cfg index b092b0aea6..4911950c32 100644 --- a/make/custom/hurricane.cfg +++ b/make/custom/hurricane.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=hurricane CPU_CFLAGS = -mips3 -G0 -EL # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg index 576ef28a6d..e9e119bf7f 100644 --- a/make/custom/i386ex.cfg +++ b/make/custom/i386ex.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=i386ex CPU_CFLAGS = -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 +CFLAGS_OPTIMIZE_V = -O4 # Something like this should produce a map file but this does not work. diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg index ee96a1dbc4..f023537752 100644 --- a/make/custom/idp.cfg +++ b/make/custom/idp.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=idp CPU_CFLAGS = -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg index 7184b35495..83395d2039 100644 --- a/make/custom/jmr3904.cfg +++ b/make/custom/jmr3904.cfg @@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=jmr3904 CPU_CFLAGS=-march=r3900 -Wa,-xgot -G0 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 # 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 diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg index d4d6b60f38..24f9b3e3d9 100644 --- a/make/custom/leon2.cfg +++ b/make/custom/leon2.cfg @@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=leon2 CPU_CFLAGS = -mcpu=cypress -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 # 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 diff --git a/make/custom/leon3.cfg b/make/custom/leon3.cfg index 7651a0e71d..af2f25a99f 100644 --- a/make/custom/leon3.cfg +++ b/make/custom/leon3.cfg @@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=leon3 CPU_CFLAGS = -mcpu=cypress -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 # 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 diff --git a/make/custom/mbx821_002b.cfg b/make/custom/mbx821_002b.cfg index 234dfb75cb..d26baeb472 100644 --- a/make/custom/mbx821_002b.cfg +++ b/make/custom/mbx821_002b.cfg @@ -12,4 +12,4 @@ RTEMS_MBX_MODEL=mbx821_002b include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg -CFLAGS_OPTIMIZE_V=-O2 +CFLAGS_OPTIMIZE_V = -O2 diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg index 64bf9d253a..2e676f8626 100644 --- a/make/custom/mbx8xx.cfg +++ b/make/custom/mbx8xx.cfg @@ -48,9 +48,9 @@ CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -Dmpc$(8XX_CPU_TYPE) -D$(RTEMS_MBX_MODEL) # optimize flag: typically -O, could use -O4 or -fast # NOTE: some level of -O may be actually required by inline assembler -# CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -CXXFLAGS_OPTIMIZE_V=-O4 +# CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions +CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions +CXXFLAGS_OPTIMIZE_V = -O4 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(MBX8xx_LDFLAGS) \ diff --git a/make/custom/mcf5206elite.cfg b/make/custom/mcf5206elite.cfg index a52de7e05e..59fbb4ccb0 100644 --- a/make/custom/mcf5206elite.cfg +++ b/make/custom/mcf5206elite.cfg @@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=mcf5206elite CPU_CFLAGS = -m5200 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/mcf5235.cfg b/make/custom/mcf5235.cfg index 8cea39df8d..dd5a5ed807 100644 --- a/make/custom/mcf5235.cfg +++ b/make/custom/mcf5235.cfg @@ -22,7 +22,7 @@ CPU_CFLAGS = -m528x # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer ifndef MTARGET diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg index 19f2be80ee..f5fcb896fd 100644 --- a/make/custom/mcp750.cfg +++ b/make/custom/mcp750.cfg @@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc CPU_CFLAGS = -mcpu=750 -Dmpc750 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align +CFLAGS_OPTIMIZE_V = -O4 -mmultiple -mstring -mstrict-align define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/mpc8260ads.cfg b/make/custom/mpc8260ads.cfg index 68685f57e7..8f99e511b8 100644 --- a/make/custom/mpc8260ads.cfg +++ b/make/custom/mpc8260ads.cfg @@ -21,7 +21,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 # optimize flag: typically -O2 # NOTE: some level of -O may be actually required by inline assembler -CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g +CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions -g # 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 diff --git a/make/custom/mrm332.cfg b/make/custom/mrm332.cfg index b109eabf32..10a25c04cf 100644 --- a/make/custom/mrm332.cfg +++ b/make/custom/mrm332.cfg @@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=mrm332 CPU_CFLAGS = -mcpu32 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/mtx603e.cfg b/make/custom/mtx603e.cfg index 92da685114..060dc799e7 100644 --- a/make/custom/mtx603e.cfg +++ b/make/custom/mtx603e.cfg @@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align +CFLAGS_OPTIMIZE_V = -O4 -mmultiple -mstring -mstrict-align define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg index 1ccea1fd40..fe61b03779 100644 --- a/make/custom/mvme136.cfg +++ b/make/custom/mvme136.cfg @@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=mvme136 CPU_CFLAGS = # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg index 41feb8564d..2d055d90c3 100644 --- a/make/custom/mvme147.cfg +++ b/make/custom/mvme147.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mvme147 CPU_CFLAGS= # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg index 639732904b..b7e3ab1f3b 100644 --- a/make/custom/mvme162.cfg +++ b/make/custom/mvme162.cfg @@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=mvme162 CPU_CFLAGS = -m68040 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/mvme162lx.cfg b/make/custom/mvme162lx.cfg index b3380a9062..445b8cb856 100644 --- a/make/custom/mvme162lx.cfg +++ b/make/custom/mvme162lx.cfg @@ -27,7 +27,7 @@ RTEMS_BSP_FAMILY=mvme162 CPU_CFLAGS = -m68040 -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -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 diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg index 310f5ea360..c5d98a4afb 100644 --- a/make/custom/mvme167.cfg +++ b/make/custom/mvme167.cfg @@ -25,7 +25,7 @@ CPU_CFLAGS = -m68040 # optimize flag: typically -O, could use -O4 or -fast -CFLAGS_OPTIMIZE_V=-O4 -fno-omit-frame-pointer +CFLAGS_OPTIMIZE_V = -O4 -fno-omit-frame-pointer # Here is the rule to actually build a $(ARCH)/foo.exe # It also builds $(ARCH)/foo.nm diff --git a/make/custom/mvme2100.cfg b/make/custom/mvme2100.cfg index 7378e20362..b9cec14c7c 100644 --- a/make/custom/mvme2100.cfg +++ b/make/custom/mvme2100.cfg @@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align +CFLAGS_OPTIMIZE_V = -O4 -mmultiple -mstring -mstrict-align define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg index 3559470ff2..efbdaa5672 100644 --- a/make/custom/mvme2307.cfg +++ b/make/custom/mvme2307.cfg @@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -meabi # optimize flag: typically -O2 # NOTE: some level of -O may be actually required by inline assembler -#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions +#CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions CFLAGS_OPTIMIZE_V = -O4 define make-exe diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg index 51a3a901a7..99f7364ecd 100644 --- a/make/custom/mvme5500.cfg +++ b/make/custom/mvme5500.cfg @@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmulti #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi # optimize flag: typically -O2 -#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions +#CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions CFLAGS_OPTIMIZE_V = -O4 define make-exe diff --git a/make/custom/nios2_iss.cfg b/make/custom/nios2_iss.cfg index 1565b321de..4d5f8ab7cd 100644 --- a/make/custom/nios2_iss.cfg +++ b/make/custom/nios2_iss.cfg @@ -23,9 +23,9 @@ CPU_CFLAGS=-mno-hw-mul -mno-hw-div ####### # GCC-4.0 (ATM, doesn't work with optimization levels > 0): -# CFLAGS_OPTIMIZE_V= -O0 -fomit-frame-pointer -CFLAGS_OPTIMIZE_V=-g -O0 -# CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer +# CFLAGS_OPTIMIZE_V = -O0 -fomit-frame-pointer +CFLAGS_OPTIMIZE_V = -g -O0 +# CFLAGS_OPTIMIZE_V = -O4 -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 -- cgit v1.2.3