From d494eeb429eec192e27b7ce7125ec58c73061580 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 May 1998 16:40:46 +0000 Subject: Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc. --- make/custom/Linux-posix.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'make/custom') diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg index 38b75fbdef..5c0b5de5d6 100644 --- a/make/custom/Linux-posix.cfg +++ b/make/custom/Linux-posix.cfg @@ -35,11 +35,7 @@ LIBC_DEFINES += -DHEAPSPACE_MB=1 # This requires that at least the GNU C++ compiler and libg++ be installed. ifeq ($(RTEMS_HAS_CPLUSPLUS),yes) HAS_CPLUSPLUS=yes -# No need to set it, gcc knows about them -# LIBCC_INCLUDE=/usr/include/g++ CPLUS_LD_LIBS += $(PROJECT_RELEASE)/lib/librtems++$(LIBSUFFIX_VA) -else -HAS_CPLUSPLUS=no endif # Define this to yes if this target supports multiprocessor environments. -- cgit v1.2.3