Use C++ compiler to link. This ensures that the C++ run-time support

can be found.
This commit is contained in:
W. Eric Norum
2002-02-08 01:21:11 +00:00
parent 49c38e2a09
commit f3f528fa1c

View File

@@ -30,7 +30,7 @@ include $(CONFIG.CC)
#-------------------------------------------------------
# RTEMS cross-development tools
CC = $(RTEMS_BASE)/bin/$(CC_FOR_TARGET) $(GCCSPECS) -fasm
CCC = $(CC)
CCC = $(RTEMS_BASE)/bin/$(CXX)
CPP = $(RTEMS_BASE)/bin/$(CC_FOR_TARGET) -x c -E
AR = $(RTEMS_BASE)/bin/$(AR_FOR_TARGET)
LD = $(RTEMS_BASE)/bin/$(LD_FOR_TARGET) -r