summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-02-11 18:03:20 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-02-11 18:03:20 +0000
commitabd259a3c1cc9d2afecb2c59055fb6bc14ad0d9b (patch)
tree34cc68fab9aa8d3184e16d377e6b6dbfe6cb968f /make/custom
parentRegenerate. (diff)
downloadrtems-abd259a3c1cc9d2afecb2c59055fb6bc14ad0d9b.tar.bz2
2008-02-11 Till Straumann <strauman@slac.stanford.edu>
* custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V; added '-g' to CFLAGS_DEBUG_V.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/mvme3100.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/custom/mvme3100.cfg b/make/custom/mvme3100.cfg
index a404b0f4dd..8e32fc1750 100644
--- a/make/custom/mvme3100.cfg
+++ b/make/custom/mvme3100.cfg
@@ -26,11 +26,7 @@ CFLAGS_OPTIMIZE_V = -O4
# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code
-CFLAGS_DEBUG_V = -O1
-
-# profile flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_PROFILE_V = -O1
+CFLAGS_DEBUG_V = -O1 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(@:%.exe=%.nxe) $(LINK_OBJS) $(LINK_LIBS)