Changeset ef386359 in rtems


Ignore:
Timestamp:
08/29/00 14:52:33 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
67ebbcf
Parents:
0b456f72
Message:

2000-08-29 Joel Sherrill <joel.sherrill@…>

  • custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r0b456f72 ref386359  
     1
     22000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
     3
     4        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
    15
    262000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • make/custom/armulator.cfg

    r0b456f72 ref386359  
    4444
    4545define make-exe
    46 #       $(CC) -v -static -Wl,-Map -Wl,Mapfile -Wl,-T -Wl,linkcmds -Wl,-N -o $(basename $@).obj $(LINK_OBJS) $(LINK_LIBS)
    47         $(LINK.c) $(LDLIBS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
     46        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
     47            $(LINK_OBJS) $(LINK_LIBS)
    4848        $(NM) -g -n $(basename $@).exe > $(basename $@).num
    4949        $(SIZE) $(basename $@).exe
Note: See TracChangeset for help on using the changeset viewer.