Date: Mon, 30 Oct 2017 08:55:10 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r325133 - projects/runtime-coverage Message-ID: <201710300855.v9U8tAtD061312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710300855.v9U8tAtD061312>