summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 16:40:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 16:40:46 +0000
commitd494eeb429eec192e27b7ce7125ec58c73061580 (patch)
treea718b60f00b18bcfd733b2eb4a6a800b33a7dba4 /make/custom
parentPer suggestion from Ralf Corsepius made all macros solaris2 -- not solaris (diff)
downloadrtems-d494eeb429eec192e27b7ce7125ec58c73061580.tar.bz2
Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/Linux-posix.cfg4
1 files changed, 0 insertions, 4 deletions
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.