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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to