summaryrefslogtreecommitdiffstats
path: root/make/custom/force386.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-14 14:34:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-14 14:34:39 +0000
commit123d4b7dc1c8c78eea2a0b6218983d7e508934f4 (patch)
tree29c6cc1d4146edaa4886ddcafdbc8a82cfe69cbe /make/custom/force386.cfg
parentFix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com> (diff)
downloadrtems-123d4b7dc1c8c78eea2a0b6218983d7e508934f4.tar.bz2
Removed -fomit-frame-pointer from all i386 BSPs since it breaks C++
exceptions and makes debug stack traces impossible.
Diffstat (limited to 'make/custom/force386.cfg')
-rw-r--r--make/custom/force386.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/custom/force386.cfg b/make/custom/force386.cfg
index 57c832e2b9..cf01c4cf78 100644
--- a/make/custom/force386.cfg
+++ b/make/custom/force386.cfg
@@ -19,7 +19,8 @@ CPU_CFLAGS =
# 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 NOT support the TCP/IP stack so ignore requests
# to enable it.