diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-01-14 11:08:07 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-01-14 17:25:41 -0700 |
commit | 58f4df3c1bde999574d3e66b20eb7ee796a2647e (patch) | |
tree | 7257a0088063f9b1303db3f2b3e748019a3316ce /Documentation/dev-tools | |
parent | 631605c007531ef0b48690740519d0b9a6b22d38 (diff) | |
download | linux-58f4df3c1bde999574d3e66b20eb7ee796a2647e.tar.gz linux-58f4df3c1bde999574d3e66b20eb7ee796a2647e.tar.bz2 linux-58f4df3c1bde999574d3e66b20eb7ee796a2647e.zip |
Documentation/dev-tools: Use gcc version number instead svn revision number
svn commit 231296 matches commit d29e939c63b71 ("Add fuzzing coverage
support") in the gcc git. The change is part of gcc 6.1.0.
Replace the svn commit number with a gcc version which everyone can
easily compare.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools')
-rw-r--r-- | Documentation/dev-tools/kcov.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kcov.rst b/Documentation/dev-tools/kcov.rst index c2f6452e38ed..42b612677799 100644 --- a/Documentation/dev-tools/kcov.rst +++ b/Documentation/dev-tools/kcov.rst @@ -22,7 +22,7 @@ Configure the kernel with:: CONFIG_KCOV=y -CONFIG_KCOV requires gcc built on revision 231296 or later. +CONFIG_KCOV requires gcc 6.1.0 or later. If the comparison operands need to be collected, set:: |