svn commit: r324892 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 03:41:09 UTC 2017
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.
More information about the svn-src-projects
mailing list