Changeset e2efc4e in rtems


Ignore:
Timestamp:
07/31/02 00:19:15 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f326d12
Parents:
12107f0
Message:

2002-07-30 Joel Sherrill <joel@…>

  • custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it will disappear when make clean is performed.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r12107f0 re2efc4e  
     12002-07-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
     4        will disappear when make clean is performed.
     5
    162002-07-24      Joel Sherrill <joel@OARcorp.com>
    27
  • make/custom/vegaplus.cfg

    r12107f0 re2efc4e  
    3232
    3333
     34        $(LINK.c) -Wl,-Map,$(basename $@).map \
    3435define make-exe
    3536        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
    36             -v -static -Wl,-Map -Wl,Mapfile -o $(basename $@).obj \
     37            -v -static -Wl,-Map -Wl,$(basename $@).map -o $(basename $@).obj \
    3738            $(LINK_OBJS) $(LINK_LIBS)
    3839        $(OBJCOPY) -O binary \
Note: See TracChangeset for help on using the changeset viewer.