svn commit: r324913 - projects/runtime-coverage/share/mk
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 08:04:01 UTC 2017
Author: ngie
Date: Mon Oct 23 08:03:59 2017
New Revision: 324913
URL: https://svnweb.freebsd.org/changeset/base/324913
Log:
Every day I'm shuffling (comments) to diff reduce
Modified:
projects/runtime-coverage/share/mk/src.opts.mk
Modified: projects/runtime-coverage/share/mk/src.opts.mk
==============================================================================
--- projects/runtime-coverage/share/mk/src.opts.mk Mon Oct 23 08:02:03 2017 (r324912)
+++ projects/runtime-coverage/share/mk/src.opts.mk Mon Oct 23 08:03:59 2017 (r324913)
@@ -475,13 +475,13 @@ MK_${var}_SUPPORT:= yes
MK_LLDB:= no
.endif
-.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 40800
# gcc 4.8 and newer supports libc++, so suppress gnuc++ in that case.
# while in theory we could build it with that, we don't want to do
# that since it creates too much confusion for too little gain.
# XXX: This is incomplete and needs X_COMPILER_TYPE/VERSION checks too
# to prevent Makefile.inc1 from bootstrapping unneeded dependencies
# and to support 'make delete-old' when supplying an external toolchain.
+.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 40800
MK_GNUCXX:=no
MK_GCC:=no
.endif
More information about the svn-src-projects
mailing list