]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: fix admin-guide/README.rst minimum gcc version requirement
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 21 Feb 2019 04:02:33 +0000 (20:02 -0800)
committerJonathan Corbet <corbet@lwn.net>
Fri, 22 Feb 2019 15:36:16 +0000 (08:36 -0700)
Fix minimum gcc version as specified in Documentation/process/changes.rst.

Suggested-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/README.rst

index 47e577264198d086fe5ba62f01aa1ad4b97de510..a582c780c3bdedf0f026a69a66cde47647372595 100644 (file)
@@ -251,7 +251,7 @@ Configuring the kernel
 Compiling the kernel
 --------------------
 
- - Make sure you have at least gcc 3.2 available.
+ - Make sure you have at least gcc 4.6 available.
    For more information, refer to :ref:`Documentation/process/changes.rst <changes>`.
 
    Please note that you can still run a.out user programs with this kernel.