summaryrefslogtreecommitdiffstats
path: root/make/custom/ss555.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 07:10:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 07:10:51 +0000
commit14d345d2589c9e9e73a333681cb46054324c9657 (patch)
tree5c357eebd9a282301f054334ee13410a9d89bc9c /make/custom/ss555.cfg
parentCosmetics. (diff)
downloadrtems-14d345d2589c9e9e73a333681cb46054324c9657.tar.bz2
2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg, custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg, custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg, custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg: CFLAGS_OPTIMIZE_V = -O2.
Diffstat (limited to '')
-rw-r--r--make/custom/ss555.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/ss555.cfg b/make/custom/ss555.cfg
index 1b1233bd81..0c961c56a3 100644
--- a/make/custom/ss555.cfg
+++ b/make/custom/ss555.cfg
@@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=ss555
CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL) -D$(RTEMS_BSP_FAMILY)
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
+CFLAGS_OPTIMIZE_V = -O2 -fno-keep-inline-functions
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(SS555_LDFLAGS) \