forked from Imagelibrary/rtems
Switched to the C++ front end to gcc to link. This still did not
work.
This commit is contained in:
@@ -61,7 +61,7 @@ endef
|
|||||||
|
|
||||||
else
|
else
|
||||||
define make-exe
|
define make-exe
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
|
$(CXX) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
|
||||||
$(LINK_OBJS) $(LINK_LIBS)
|
$(LINK_OBJS) $(LINK_LIBS)
|
||||||
$(NM) -g -n $(basename $@).exe > $(basename $@).num
|
$(NM) -g -n $(basename $@).exe > $(basename $@).num
|
||||||
$(SIZE) $(basename $@).exe
|
$(SIZE) $(basename $@).exe
|
||||||
|
|||||||
Reference in New Issue
Block a user