From e68206a127a5d9a8e134b7661ac98861abad3e5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Jan 2005 18:12:20 +0000 Subject: 2005-01-20 Joel Sherrill * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5. --- make/custom/edb7312.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/custom/edb7312.cfg') diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg index 6a34659dfb..30b60f5793 100644 --- a/make/custom/edb7312.cfg +++ b/make/custom/edb7312.cfg @@ -15,7 +15,8 @@ RTEMS_BSP_FAMILY=edb7312 # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 -msoft-float +CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 +# CPU_CFLAGS += -msoft-float # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS -- cgit v1.2.3