summaryrefslogtreecommitdiffstats
path: root/make/custom/uC5282.cfg
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2006-04-10 15:09:02 +0000
committerEric Norum <WENorum@lbl.gov>2006-04-10 15:09:02 +0000
commite1d44a830ddf4a378259030645cd176c37c88bac (patch)
treed29b3ea75e17475c705c55dd61ff7181dc7b1c1c /make/custom/uC5282.cfg
parent2006-04-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e1d44a830ddf4a378259030645cd176c37c88bac.tar.bz2
Keep the frame pointer since its presence makes various diagnostic tools
much more useful.
Diffstat (limited to 'make/custom/uC5282.cfg')
-rw-r--r--make/custom/uC5282.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/uC5282.cfg b/make/custom/uC5282.cfg
index 39dc646205..94b23a7933 100644
--- a/make/custom/uC5282.cfg
+++ b/make/custom/uC5282.cfg
@@ -16,7 +16,7 @@ CPU_CFLAGS = -m528x
# GCC-4.0 (ATM, doesn't work with optimization levels > 0):
# CFLAGS_OPTIMIZE_V= -O0 -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
+CFLAGS_OPTIMIZE_V= -O4
# 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