Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 03:41:07 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r324892 - projects/runtime-coverage
Message-ID:  <201710230341.v9N3f7ki023575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Oct 23 03:41:07 2017
New Revision: 324892
URL: https://svnweb.freebsd.org/changeset/base/324892

Log:
  Delete MK_COVERAGE=no with gcc. Let's see if this fixes cross-compilation :/

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 23 01:42:48 2017	(r324891)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 23 03:41:07 2017	(r324892)
@@ -624,9 +624,6 @@ TARGET_ABI=	gnueabi
 .endif
 .if ${WANT_COMPILER_TYPE} == gcc || \
     (defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc)
-# The cross-toolchain gcc packages are broken with respect to libgcov.a, etc.
-# PR: 223174
-MK_COVERAGE=	no
 # GCC requires -isystem and -L when using a cross-compiler.  --sysroot
 # won't set header path and -L is used to ensure the base library path
 # is added before the port PREFIX library path.



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