2008-02-11 Till Straumann <strauman@slac.stanford.edu>

* custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
	added '-g' to CFLAGS_DEBUG_V.
This commit is contained in:
Till Straumann
2008-02-11 18:03:20 +00:00
parent 76b028317f
commit abd259a3c1
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2008-02-11 Till Straumann <strauman@slac.stanford.edu>
* custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V;
added '-g' to CFLAGS_DEBUG_V.
2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/pc386.cfg: Use file with symbols.

View File

@@ -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)