Date: Wed, 16 Aug 2017 01:27:48 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r322563 - projects/runtime-coverage Message-ID: <201708160127.v7G1Rm8T054237@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Wed Aug 16 01:27:48 2017 New Revision: 322563 URL: https://svnweb.freebsd.org/changeset/base/322563 Log: Disable MK_COVERAGE with LIB32, LIBSOFT, etc Baking coverage into binaries won't work because the architecture is baked into the tool chain. Plus enabling it here doesn't really make a whole lot of sense. Modified: projects/runtime-coverage/Makefile.libcompat Modified: projects/runtime-coverage/Makefile.libcompat ============================================================================== --- projects/runtime-coverage/Makefile.libcompat Wed Aug 16 01:03:04 2017 (r322562) +++ projects/runtime-coverage/Makefile.libcompat Wed Aug 16 01:27:48 2017 (r322563) @@ -123,6 +123,7 @@ LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \ CPP="${XCPP} ${LIBCOMPATCFLAGS}" \ DESTDIR=${LIBCOMPATTMP} \ -DNO_CPU_CFLAGS \ + MK_COVERAGE=no \ MK_CTF=no \ -DNO_LINT \ MK_TESTS=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708160127.v7G1Rm8T054237>