svn commit: r324968 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Wed Oct 25 04:57:04 UTC 2017


Author: ngie
Date: Wed Oct 25 04:57:03 2017
New Revision: 324968
URL: https://svnweb.freebsd.org/changeset/base/324968

Log:
  I guess I have to use COMPILER_FEATURES, not X_COMPILER_FEATURES with _libraries+
  
  *sigh*

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Wed Oct 25 01:07:45 2017	(r324967)
+++ projects/runtime-coverage/Makefile.inc1	Wed Oct 25 04:57:03 2017	(r324968)
@@ -2258,7 +2258,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 # for world to have runtime coverage instrumentation.
 #
 .if ${MK_COVERAGE} != "no"
-.if ${X_COMPILER_FEATURES:Mc++11}
+.if ${COMPILER_FEATURES:U:Mc++11}
 _coverage_libs+=	lib/libclang_rt/profile
 .else
 .endif


More information about the svn-src-projects mailing list