From 123d4b7dc1c8c78eea2a0b6218983d7e508934f4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 May 1999 14:34:39 +0000 Subject: Removed -fomit-frame-pointer from all i386 BSPs since it breaks C++ exceptions and makes debug stack traces impossible. --- make/custom/ts_386ex.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/custom/ts_386ex.cfg') diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg index e64b72a5d6..ad18e98b2f 100644 --- a/make/custom/ts_386ex.cfg +++ b/make/custom/ts_386ex.cfg @@ -20,7 +20,8 @@ CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387 # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS -CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer +# -fomit-frame-pointer breaks debugging and C++ exceptions +CFLAGS_OPTIMIZE_V=-O4 # This target does support the TCP/IP stack so honour requests # to enable it. -- cgit v1.2.3