From 6dce34184674a44c81b1be0a064c4a99b510844e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Jan 2007 16:57:26 +0000 Subject: CFLAGS_OPTIMIZE_V = -O0 --- make/custom/eZKit533.cfg | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'make/custom/eZKit533.cfg') diff --git a/make/custom/eZKit533.cfg b/make/custom/eZKit533.cfg index 21b76e2e03..5ba09c42d1 100644 --- a/make/custom/eZKit533.cfg +++ b/make/custom/eZKit533.cfg @@ -18,11 +18,8 @@ RTEMS_BSP_FAMILY=eZKit533 CPU_CFLAGS= # optimize flag: typically -O2 -# CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures -#CFLAGS_OPTIMIZE_V=-O4 -g -#CFLAGS_OPTIMIZE_V=-O2 -g -#CFLAGS_OPTIMIZE_V=-O1 -g -CFLAGS_OPTIMIZE_V=-O0 -g +# gcc-4.2.0 segfaults on -OX > -O0 +CFLAGS_OPTIMIZE_V=-O0 # The following are definitions of make-exe which will work using ld as # is currently required. It is expected that as of gcc 2.8, the end user @@ -37,4 +34,3 @@ define make-exe endef # Miscellaneous additions go here - -- cgit v1.2.3