svn commit: r322703 - projects/runtime-coverage/gnu/lib/libstdc++
Ngie Cooper
ngie at FreeBSD.org
Sat Aug 19 18:58:45 UTC 2017
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
More information about the svn-src-projects
mailing list