From 14d345d2589c9e9e73a333681cb46054324c9657 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 07:10:51 +0000 Subject: =?UTF-8?q?2007-01-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- make/custom/simcpu32.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/simcpu32.cfg') diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg index f6b0a12743..e0625ba8a6 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 = -O2 -fomit-frame-pointer # The following are definitions of make-exe which will work using ld as # is currently required. -- cgit v1.2.3