forked from Imagelibrary/rtems
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it will disappear when make clean is performed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-07-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
|
||||
will disappear when make clean is performed.
|
||||
|
||||
2002-07-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
|
||||
|
||||
@@ -31,9 +31,10 @@ CFLAGS_DEBUG_V = -O1
|
||||
#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
|
||||
|
||||
|
||||
$(LINK.c) -Wl,-Map,$(basename $@).map \
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
-v -static -Wl,-Map -Wl,Mapfile -o $(basename $@).obj \
|
||||
-v -static -Wl,-Map -Wl,$(basename $@).map -o $(basename $@).obj \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
$(OBJCOPY) -O binary \
|
||||
--only-section=.text \
|
||||
|
||||
Reference in New Issue
Block a user