svn commit: r358101 - head/share/mk
Ed Maste
emaste at FreeBSD.org
Wed Feb 19 14:13:00 UTC 2020
Author: emaste
Date: Wed Feb 19 14:12:59 2020
New Revision: 358101
URL: https://svnweb.freebsd.org/changeset/base/358101
Log:
Move GCOV option to default NO
GNU gcov will be removed along with GCC 4.2.1 at the end of the month.
Change the default to NO in preparation.
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk Wed Feb 19 14:09:15 2020 (r358100)
+++ head/share/mk/src.opts.mk Wed Feb 19 14:12:59 2020 (r358101)
@@ -102,7 +102,6 @@ __DEFAULT_YES_OPTIONS = \
FREEBSD_UPDATE \
FTP \
GAMES \
- GCOV \
GDB \
GNU_DIFF \
GNU_GREP \
@@ -201,6 +200,7 @@ __DEFAULT_NO_OPTIONS = \
EXPERIMENTAL \
GCC \
GCC_BOOTSTRAP \
+ GCOV \
GNUCXX \
GNU_GREP_COMPAT \
GPL_DTC \
More information about the svn-src-all
mailing list