From: Randy Dunlap Date: Thu, 21 Feb 2019 04:02:33 +0000 (-0800) Subject: Documentation: fix admin-guide/README.rst minimum gcc version requirement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f07fb1088fb16e62b69d62fb3836e4731fb4079b;p=linux.git Documentation: fix admin-guide/README.rst minimum gcc version requirement Fix minimum gcc version as specified in Documentation/process/changes.rst. Suggested-by: Matthew Wilcox Signed-off-by: Randy Dunlap Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 47e577264198d..a582c780c3bde 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -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 `. Please note that you can still run a.out user programs with this kernel.