Changeset 06119b8 in rtems for make/custom


Ignore:
Timestamp:
08/05/07 04:45:02 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1abae10
Parents:
9fa95f8d
Message:

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

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

Legend:

Unmodified
Added
Removed
  • make/custom/mcf5235.cfg

    r9fa95f8d r06119b8  
    3434
    3535define make-exe
    36         $(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) \
     36        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
    3737            -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
    3838        $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
     
    4040endef
    4141define make-cxx-exe
    42         $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) \
     42        $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
    4343            -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
    4444        $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
Note: See TracChangeset for help on using the changeset viewer.