svn commit: r325133 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Oct 30 08:55:11 UTC 2017


Author: ngie
Date: Mon Oct 30 08:55:10 2017
New Revision: 325133
URL: https://svnweb.freebsd.org/changeset/base/325133

Log:
  Let's try enforcing profile_rt's build this way
  
  Still trying to beat tinderbox for !amd64/!i386 into submission

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 30 08:53:15 2017	(r325132)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 30 08:55:10 2017	(r325133)
@@ -2282,7 +2282,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 # for world to have runtime coverage instrumentation.
 #
 .if ${MK_COVERAGE} != "no"
-.if ${COMPILER_FEATURES:Mc++11}
+.if ${COMPILER_FEATURES:Mc++11} && ${WANT_COMPILER} == "clang"
 _coverage_libs+=	lib/libclang_rt/profile
 .else
 .endif


More information about the svn-src-projects mailing list