svn commit: r325006 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Thu Oct 26 03:38:41 UTC 2017
Author: ngie
Date: Thu Oct 26 03:38:40 2017
New Revision: 325006
URL: https://svnweb.freebsd.org/changeset/base/325006
Log:
Remove unnecessary :U when testing COMPILER_FEATURES
Modified:
projects/runtime-coverage/Makefile.inc1
Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1 Thu Oct 26 03:34:17 2017 (r325005)
+++ projects/runtime-coverage/Makefile.inc1 Thu Oct 26 03:38:40 2017 (r325006)
@@ -2296,7 +2296,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
# for world to have runtime coverage instrumentation.
#
.if ${MK_COVERAGE} != "no"
-.if ${COMPILER_FEATURES:U:Mc++11}
+.if ${COMPILER_FEATURES:Mc++11}
_coverage_libs+= lib/libclang_rt/profile
.else
.endif
More information about the svn-src-projects
mailing list