From e7d49fb64b42b827e93785971767704722b2a08c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 07:19:39 +0000 Subject: Add comment on CFLAGS_OPTIMIZE_V. --- make/custom/mbx821_002b.cfg | 1 + make/custom/nios2_iss.cfg | 3 +-- make/custom/uC5282.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'make/custom') 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 -- cgit v1.2.3