forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user