svn commit: r347398 - projects/runtime-coverage-v2/share/mk

Enji Cooper ngie at FreeBSD.org
Thu May 9 17:19:43 UTC 2019


Author: ngie
Date: Thu May  9 17:19:42 2019
New Revision: 347398
URL: https://svnweb.freebsd.org/changeset/base/347398

Log:
  Remove unnecessary duplicate MK_COVERAGE{,_SUPPORT}=no setting for C++11-only
  capable compilers
  
  I moved this to bsd.compiler.mk via r346583-r346585.

Modified:
  projects/runtime-coverage-v2/share/mk/src.opts.mk

Modified: projects/runtime-coverage-v2/share/mk/src.opts.mk
==============================================================================
--- projects/runtime-coverage-v2/share/mk/src.opts.mk	Thu May  9 17:02:47 2019	(r347397)
+++ projects/runtime-coverage-v2/share/mk/src.opts.mk	Thu May  9 17:19:42 2019	(r347398)
@@ -581,13 +581,6 @@ MK_${vv:H}:=	${MK_${vv:T}}
 #
 
 .if !${COMPILER_FEATURES:Mc++11}
-# Note about MK_COVERAGE and MK_COVERAGE_SUPPORT:
-#
-# clang and gcc 4.8+ (c++11 supporting compilers) support -fprofile-dir and
-# can compile lib/libclang_rt/profile . libgcov, etc, in base would require
-# backports from GPLv3 versions of the gcc toolchain in order to function.
-MK_COVERAGE:=	no
-MK_COVERAGE_SUPPORT:=	no
 MK_LLDB:=	no
 .endif
 


More information about the svn-src-projects mailing list