diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-13 10:29:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-13 10:29:44 -0700 |
commit | df26327ea097eb78e7967c45df6b23010c43c28d (patch) | |
tree | 4e6176732663f7f9c7af1ecaf565f2de7af4f84f /Documentation/admin-guide | |
parent | 6d2ef226f2f18d530e48ead0cb5704505628b797 (diff) | |
download | linux-df26327ea097eb78e7967c45df6b23010c43c28d.tar.gz linux-df26327ea097eb78e7967c45df6b23010c43c28d.tar.bz2 linux-df26327ea097eb78e7967c45df6b23010c43c28d.zip |
Drop some straggling mentions of gcc-4.9 as being stale
Fix up the admin-guide README file to the new gcc-5.1 requirement, and
remove a stale comment about gcc support for the __assume_aligned__
attribute.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/admin-guide')
-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 35314b63008c..caa3c09a5c3f 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -259,7 +259,7 @@ Configuring the kernel Compiling the kernel -------------------- - - Make sure you have at least gcc 4.9 available. + - Make sure you have at least gcc 5.1 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. |