summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/mbx821_002b.cfg1
-rw-r--r--make/custom/nios2_iss.cfg3
-rw-r--r--make/custom/uC5282.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/make/custom/mbx821_002b.cfg b/make/custom/mbx821_002b.cfg
index d26baeb472..26686e3ca0 100644
--- a/make/custom/mbx821_002b.cfg
+++ b/make/custom/mbx821_002b.cfg
@@ -12,4 +12,5 @@ RTEMS_MBX_MODEL=mbx821_002b
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2
diff --git a/make/custom/nios2_iss.cfg b/make/custom/nios2_iss.cfg
index 4cb5b8bc2a..c5e450f7fd 100644
--- a/make/custom/nios2_iss.cfg
+++ b/make/custom/nios2_iss.cfg
@@ -20,8 +20,7 @@ RTEMS_BSP_FAMILY = nios2_iss
# disables the use of gp.
CPU_CFLAGS = -mno-hw-mul -mno-hw-div
-#######
-
+# optimize flag: typically -O2
# ATM, doesn't work with optimization levels > 0
CFLAGS_OPTIMIZE_V = -g -O0
diff --git a/make/custom/uC5282.cfg b/make/custom/uC5282.cfg
index 4a29a70cff..f49818716f 100644
--- a/make/custom/uC5282.cfg
+++ b/make/custom/uC5282.cfg
@@ -14,7 +14,7 @@ RTEMS_BSP_FAMILY = uC5282
# and (hopefully) optimize for it.
CPU_CFLAGS = -m528x
-# CFLAGS_OPTIMIZE_V = -O0 -fomit-frame-pointer
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
# The following are definitions of make-exe which will work using ld as