summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/nios2_iss.cfg4
-rw-r--r--make/custom/ods68302.cfg2
-rw-r--r--make/custom/pc386.cfg2
-rw-r--r--make/custom/psim.cfg2
-rw-r--r--make/custom/rbtx4925.cfg2
-rw-r--r--make/custom/rbtx4938.cfg2
-rw-r--r--make/custom/score603e.cfg2
-rw-r--r--make/custom/shsim.cfg4
-rw-r--r--make/custom/sim68000.cfg2
-rw-r--r--make/custom/simcpu32.cfg2
-rw-r--r--make/custom/ss555.cfg4
-rw-r--r--make/custom/ts_386ex.cfg2
-rw-r--r--make/custom/uC5282.cfg4
13 files changed, 16 insertions, 18 deletions
diff --git a/make/custom/nios2_iss.cfg b/make/custom/nios2_iss.cfg
index 4d5f8ab7cd..239f138bed 100644
--- a/make/custom/nios2_iss.cfg
+++ b/make/custom/nios2_iss.cfg
@@ -22,10 +22,8 @@ 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
+# ATM, doesn't work with optimization levels > 0
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
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index c42e91ca97..5264aa003b 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -25,7 +25,7 @@ RTEMS_BSP_FAMILY=ods68302
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/pc386.cfg b/make/custom/pc386.cfg
index e965bb701e..e0f2b2c7b4 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=pc386
# CPU_CFLAGS =
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=-O4
+CFLAGS_OPTIMIZE_V = -O4
# 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/psim.cfg b/make/custom/psim.cfg
index 85a787fafc..356306dd35 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=603e -Dppc603e
# 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
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg
index e0076f492b..6e10f4b4a4 100644
--- a/make/custom/rbtx4925.cfg
+++ b/make/custom/rbtx4925.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=rbtx4925
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/rbtx4938.cfg b/make/custom/rbtx4938.cfg
index f8589a6d06..6eae3dd6ed 100644
--- a/make/custom/rbtx4938.cfg
+++ b/make/custom/rbtx4938.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=rbtx4938
CPU_CFLAGS = -mips3 -G0 -EL
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=-fomit-frame-pointer
+CFLAGS_OPTIMIZE_V = -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/score603e.cfg b/make/custom/score603e.cfg
index 9512879773..0d5581527d 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -24,7 +24,7 @@ CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
# optimize flag: typically -O2
# NOTE: some level of -O may be actually required by inline assembler
-CFLAGS_OPTIMIZE_V=-O2 -fno-keep-inline-functions
+CFLAGS_OPTIMIZE_V = -O2 -fno-keep-inline-functions
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
diff --git a/make/custom/shsim.cfg b/make/custom/shsim.cfg
index 2726eb3c52..bd2c9167c9 100644
--- a/make/custom/shsim.cfg
+++ b/make/custom/shsim.cfg
@@ -18,8 +18,8 @@ RTEMS_BSP_FAMILY=shsim
CPU_CFLAGS=-m1
# optimize flag: typically -O2
-# CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
-CFLAGS_OPTIMIZE_V=-O2 -g
+# CFLAGS_OPTIMIZE_V = -O4 -mleaf-procedures
+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/sim68000.cfg b/make/custom/sim68000.cfg
index 48c74b7fca..696205da9a 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -14,7 +14,7 @@ CPU_CFLAGS = -m68000
RTEMS_BSP_FAMILY=sim68000
# 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/simcpu32.cfg b/make/custom/simcpu32.cfg
index c548591960..91fe1fdbeb 100644
--- a/make/custom/simcpu32.cfg
+++ b/make/custom/simcpu32.cfg
@@ -14,7 +14,7 @@ CPU_CFLAGS = -mcpu32
RTEMS_BSP_FAMILY=sim68000
# 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/ss555.cfg b/make/custom/ss555.cfg
index 5855acb760..8ec114fdbb 100644
--- a/make/custom/ss555.cfg
+++ b/make/custom/ss555.cfg
@@ -24,8 +24,8 @@ CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL) -D$(RTEMS_BSP_FAMILY)
# 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
-CXXFLAGS_OPTIMIZE_V=-O4
+CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
+CXXFLAGS_OPTIMIZE_V = -O4
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(SS555_LDFLAGS) \
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index dedc19a33b..1add639bef 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=ts_386ex
CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387
# 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/uC5282.cfg b/make/custom/uC5282.cfg
index 9d403a8d22..7a69ba353c 100644
--- a/make/custom/uC5282.cfg
+++ b/make/custom/uC5282.cfg
@@ -14,8 +14,8 @@ RTEMS_BSP_FAMILY = uC5282
# and (hopefully) optimize for it.
CPU_CFLAGS = -m528x
-# CFLAGS_OPTIMIZE_V= -O0 -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V= -O4 -g
+# CFLAGS_OPTIMIZE_V = -O0 -fomit-frame-pointer
+CFLAGS_OPTIMIZE_V = -O4 -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