Documentation/dev-tools: Use gcc version number instead svn revision number
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 14 Jan 2019 10:08:07 +0000 (11:08 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Jan 2019 00:25:41 +0000 (17:25 -0700)
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>
Documentation/dev-tools/kcov.rst

index c2f6452..42b6126 100644 (file)
@@ -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::