Switched to the C++ front end to gcc to link. This still did not

work.
This commit is contained in:
Joel Sherrill
1999-10-11 15:30:49 +00:00
parent f58f0b45fc
commit 8ab864601e

View File

@@ -61,7 +61,7 @@ endef
else
define make-exe
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
$(CXX) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $(basename $@).exe > $(basename $@).num
$(SIZE) $(basename $@).exe