summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-15 16:29:45 +0000
committerru <ru@FreeBSD.org>2002-05-15 16:29:45 +0000
commitb860787a1895c30ea1f8f8c93c0b4578de259cf3 (patch)
treef025d67a22654d8ff2203628f971ff7d615e4142 /Makefile.inc1
parentf5faaf6181d75212545b164cf70a61760c9edb2b (diff)
downloadFreeBSD-src-b860787a1895c30ea1f8f8c93c0b4578de259cf3.zip
FreeBSD-src-b860787a1895c30ea1f8f8c93c0b4578de259cf3.tar.gz
Make sure to not yet build the GNU C++, but still allow
for the C++ progs to be built with e.g. an old compiler, CXX=/usr/bin/c++, for the time being.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2ec25d0..53c757b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -659,10 +659,6 @@ cross-tools:
hierarchy:
cd ${.CURDIR}/etc; ${MAKE} distrib-dirs
-.if ${CXX} == "c++"
-NO_CXX= yes
-.endif
-
#
# libraries - build all libraries, and install them under ${DESTDIR}.
#
OpenPOWER on IntegriCloud