[Midnightbsd-cvs] src [9714] trunk/gnu/lib/Makefile: disable gnu c++ lib

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 18 17:54:44 EST 2017


Revision: 9714
          http://svnweb.midnightbsd.org/src/?rev=9714
Author:   laffer1
Date:     2017-12-18 17:54:44 -0500 (Mon, 18 Dec 2017)
Log Message:
-----------
disable gnu c++ lib

Modified Paths:
--------------
    trunk/gnu/lib/Makefile

Modified: trunk/gnu/lib/Makefile
===================================================================
--- trunk/gnu/lib/Makefile	2017-12-18 22:53:11 UTC (rev 9713)
+++ trunk/gnu/lib/Makefile	2017-12-18 22:54:44 UTC (rev 9714)
@@ -8,7 +8,7 @@
 
 # libsupc++ uses libstdc++ headers, although 'make includes' should
 # have taken care of that already.
-.if ${MK_CXX} != "no"
+.if ${MK_GNUCXX} != "no"
 SUBDIR+= libstdc++ libsupc++
 .endif
 



More information about the Midnightbsd-cvs mailing list