diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2019-02-21 07:02:33 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-02-22 18:36:16 +0300 |
commit | f07fb1088fb16e62b69d62fb3836e4731fb4079b (patch) | |
tree | cd4d077c6d8e91ec99a555dfd4ade8c2cd44d65b /Documentation/admin-guide/README.rst | |
parent | 1c7f86cbceb4536b2490e74533db78fc2e0f0f80 (diff) | |
download | linux-f07fb1088fb16e62b69d62fb3836e4731fb4079b.tar.xz |
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 <willy@infradead.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/README.rst')
-rw-r--r-- | Documentation/admin-guide/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 47e577264198..a582c780c3bd 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 <changes>`. Please note that you can still run a.out user programs with this kernel. |