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:
Joel Sherrill
2002-07-31 00:19:15 +00:00
parent 12107f054c
commit e2efc4e38b
2 changed files with 7 additions and 1 deletions

View File

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

View File

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