summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2006-06-20 00:51:58 +0000
committerEric Norum <WENorum@lbl.gov>2006-06-20 00:51:58 +0000
commite643a1242b8e0247bc4f4efc4d14c42ddbe6d855 (patch)
treeb6b826989d06688b4cf0d62b2285b5b36baa9121 /make/custom
parent PR1091/patch (diff)
downloadrtems-e643a1242b8e0247bc4f4efc4d14c42ddbe6d855.tar.bz2
Remote gdb works well, so include debugging symbols.
Diffstat (limited to 'make/custom')
-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 53ddabedbb..86467d7c06 100644
--- a/make/custom/uC5282.cfg
+++ b/make/custom/uC5282.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY = uC5282
CPU_CFLAGS = -m528x
# CFLAGS_OPTIMIZE_V= -O0 -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V= -O4
+CFLAGS_OPTIMIZE_V= -O4 -g
# 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