From e1d44a830ddf4a378259030645cd176c37c88bac Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Mon, 10 Apr 2006 15:09:02 +0000 Subject: Keep the frame pointer since its presence makes various diagnostic tools much more useful. --- make/ChangeLog | 4 ++++ make/custom/uC5282.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/make/ChangeLog b/make/ChangeLog index 280f91b81f..7e05883c81 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,7 @@ +2005-04-10 Eric Norum + + * custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful. + 2006-03-16 Ralf Corsepius * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg: 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 -- cgit v1.2.3