Keep the frame pointer since its presence makes various diagnostic tools

much more useful.
This commit is contained in:
Eric Norum
2006-04-10 15:09:02 +00:00
parent 5287d3e7e5
commit e1d44a830d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2005-04-10 Eric Norum <norume@aps.anl.gov>
* custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
+1 -1
View File
@@ -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