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.
This commit is contained in:
Ed Maste 2020-02-19 14:12:59 +00:00
parent 9b61ffab6b
commit db1d8f1de4

View file

@ -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 \