From f3f528fa1c2a823d935d2149073df52406b7b930 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 8 Feb 2002 01:21:11 +0000 Subject: [PATCH] Use C++ compiler to link. This ensures that the C++ run-time support can be found. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 77fe32c7d..a26dc0ec9 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -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