Commit 58f4df3c authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Jonathan Corbet

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: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 631605c0
...@@ -22,7 +22,7 @@ Configure the kernel with:: ...@@ -22,7 +22,7 @@ Configure the kernel with::
CONFIG_KCOV=y 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:: If the comparison operands need to be collected, set::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment