Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 20:07:12 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r322631 - projects/runtime-coverage/libexec/rtld-elf
Message-ID:  <201708172007.v7HK7C8K014608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Aug 17 20:07:12 2017
New Revision: 322631
URL: https://svnweb.freebsd.org/changeset/base/322631

Log:
  Explicitly disable MK_COVERAGE
  
  This doesn't work with --coverage enabled. It still doesn't link, but this
  reduces the linker errors from 50~100 to 1.

Modified:
  projects/runtime-coverage/libexec/rtld-elf/Makefile

Modified: projects/runtime-coverage/libexec/rtld-elf/Makefile
==============================================================================
--- projects/runtime-coverage/libexec/rtld-elf/Makefile	Thu Aug 17 20:05:27 2017	(r322630)
+++ projects/runtime-coverage/libexec/rtld-elf/Makefile	Thu Aug 17 20:07:12 2017	(r322631)
@@ -6,6 +6,7 @@
 
 .include <src.opts.mk>
 PACKAGE=	clibs
+MK_COVERAGE=	no
 MK_SSP=		no
 
 PROG?=		ld-elf.so.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708172007.v7HK7C8K014608>