svn commit: r324898 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Oct 23 05:08:33 UTC 2017


Author: ngie
Date: Mon Oct 23 05:08:32 2017
New Revision: 324898
URL: https://svnweb.freebsd.org/changeset/base/324898

Log:
  libprofile_rt requires c++-11

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 23 04:44:35 2017	(r324897)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 23 05:08:32 2017	(r324898)
@@ -2259,7 +2259,9 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 #
 .if ${MK_COVERAGE} != "no"
 # XXX (ngie): make this conditional sometime later
+.if ${COMPILER_FEATURES:Mc++11}
 _prereq_libs+=	lib/libclang_rt/profile
+.endif
 _prereq_libs+=	gnu/lib/libgcov
 .endif
 


More information about the svn-src-projects mailing list