svn commit: r322563 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Wed Aug 16 01:27:50 UTC 2017


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


More information about the svn-src-projects mailing list