From 9e53ee2ca60cbad82be440f957a8b5c5a9236471 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Jan 2007 16:52:16 +0000 Subject: CFLAGS_OPTIMIZE_V = -O2 --- make/custom/armulator.cfg | 2 +- make/custom/c3xsim.cfg | 4 ++-- make/custom/c4xsim.cfg | 4 ++-- make/custom/gp32.cfg | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg index f5d6ee4ae8..f1fbc2b34d 100644 --- a/make/custom/armulator.cfg +++ b/make/custom/armulator.cfg @@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=armulator # CPU_CFLAGS = -msoft-float # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V=-O4 +CFLAGS_OPTIMIZE_V=-O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ diff --git a/make/custom/c3xsim.cfg b/make/custom/c3xsim.cfg index 51cbb6356f..8c359bc98f 100644 --- a/make/custom/c3xsim.cfg +++ b/make/custom/c3xsim.cfg @@ -13,8 +13,8 @@ CPU_CFLAGS = -mcpu=32 RTEMS_BSP_FAMILY=c4xsim # optimize flag: typically -O2 -# -O4 is broken for the moment on the C4x gcc -#CFLAGS_OPTIMIZE_V=-O4 +# -O2 is broken for the moment on the C4x gcc +#CFLAGS_OPTIMIZE_V=-O2 CFLAGS_OPTIMIZE_V=-O1 # this target has no start file diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg index bdd9e27ab4..9505f8c1f2 100644 --- a/make/custom/c4xsim.cfg +++ b/make/custom/c4xsim.cfg @@ -13,8 +13,8 @@ CPU_CFLAGS=-mcpu=40 #-msmall RTEMS_BSP_FAMILY=c4xsim # optimize flag: typically -O2 -# -O4 is broken for the moment on the C4x gcc -#CFLAGS_OPTIMIZE_V=-O4 +# -O2 is broken for the moment on the C4x gcc +#CFLAGS_OPTIMIZE_V=-O2 CFLAGS_OPTIMIZE_V=-O1 # this target has no start file diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg index dc9ded1e75..8f891deabe 100644 --- a/make/custom/gp32.cfg +++ b/make/custom/gp32.cfg @@ -15,10 +15,10 @@ RTEMS_BSP_FAMILY=gp32 # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -O3 +CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V= +CFLAGS_OPTIMIZE_V= -O2 define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ -- cgit v1.2.3