Changeset 14ee224c in rtems for make/custom


Ignore:
Timestamp:
07/24/07 20:50:35 (17 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f10d37f
Parents:
59aea5d
Message:

2007-07-24 Joel Sherrill <joel.sherrill@…>

  • custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid using C++ ctor trick. An RTEMS C++ application running on this BSP may have initialization order issues to address.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/Linux-posix.cfg

    r59aea5d r14ee224c  
    2323
    2424define make-exe
    25         $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
     25        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
    2626        $(NM) -g -n $@ > $(basename $@).num
    2727        $(SIZE) $@
Note: See TracChangeset for help on using the changeset viewer.