Changeset 9fa95f8d in rtems for make/custom


Ignore:
Timestamp:
08/05/07 04:43:56 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
06119b8
Parents:
edcec26
Message:

2007-08-05 Ralf Corsépius <ralf.corsepius@…>

  • custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker calls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/av5282.cfg

    redcec26 r9fa95f8d  
    2929
    3030define make-exe
    31         $(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds -o $(basename $@).nxe \
     31        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
    3232            $(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds
    3333        $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
     
    3535endef
    3636define make-cxx-exe
    37         $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds -o $(basename $@).nxe \
     37        $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
    3838            $(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds
    3939        $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
Note: See TracChangeset for help on using the changeset viewer.