Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2017 18:58:44 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r322703 - projects/runtime-coverage/gnu/lib/libstdc++
Message-ID:  <201708191858.v7JIwiNa071842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Aug 19 18:58:44 2017
New Revision: 322703
URL: https://svnweb.freebsd.org/changeset/base/322703

Log:
  Diff reduce with ^/head; this is no longer required

Modified:
  projects/runtime-coverage/gnu/lib/libstdc++/Makefile

Modified: projects/runtime-coverage/gnu/lib/libstdc++/Makefile
==============================================================================
--- projects/runtime-coverage/gnu/lib/libstdc++/Makefile	Sat Aug 19 18:57:43 2017	(r322702)
+++ projects/runtime-coverage/gnu/lib/libstdc++/Makefile	Sat Aug 19 18:58:44 2017	(r322703)
@@ -1,9 +1,5 @@
 # $FreeBSD$
 
-# XXX (ngie): doesn't build with coverage today; COV_CXXFLAGS is getting passed
-# down improperly, resulting in a -Werror issue with strsignal in debug.c.
-MK_COVERAGE?=	no
-
 .include <src.opts.mk>
 
 GCCVER=	4.2
@@ -25,7 +21,6 @@ CFLAGS+=	-I${GCCLIB}/include -I${SRCDIR}/include -I.
 CFLAGS+=	-frandom-seed=RepeatabilityConsideredGood
 CXXFLAGS+=	-fno-implicit-templates -ffunction-sections -fdata-sections \
 		-Wno-deprecated
-COV_CXXFLAGS=	${CXXFLAGS:N-ffunction-sections}
 PO_CXXFLAGS=	${CXXFLAGS:N-ffunction-sections}
 
 LIBADD+=	m



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