svn commit: r322631 - projects/runtime-coverage/libexec/rtld-elf
Ngie Cooper
ngie at FreeBSD.org
Thu Aug 17 20:07:13 UTC 2017
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
More information about the svn-src-projects
mailing list