]> Git Repo - linux.git/commitdiff
Documentation: update for gcc 4.9 requirement
authorRandy Dunlap <[email protected]>
Wed, 8 Jul 2020 18:44:59 +0000 (11:44 -0700)
committerLinus Torvalds <[email protected]>
Wed, 8 Jul 2020 19:28:44 +0000 (12:28 -0700)
Update Documentation for the gcc v4.9 upgrade requirement.

Fixes: 5429ef62bcf3 ("compiler/gcc: Raise minimum GCC version for kernel builds to 4.8")
Fixes: 6ec4476ac825 ("Raise gcc version requirement to 4.9")
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/admin-guide/README.rst
Documentation/process/changes.rst

index 5fb52690002386bf9a2a570a3a85f714b6a72672..5aad534233cd807af4b3a2be583a0a28389a3ce5 100644 (file)
@@ -258,7 +258,7 @@ Configuring the kernel
 Compiling the kernel
 --------------------
 
- - Make sure you have at least gcc 4.6 available.
+ - Make sure you have at least gcc 4.9 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.
index 5cfb54c2aaa6e639e771d65a7682cef85c53c868..8f68e728ae6ba5f3550763cfda0b293cb4601781 100644 (file)
@@ -29,7 +29,7 @@ you probably needn't concern yourself with pcmciautils.
 ====================== ===============  ========================================
         Program        Minimal version       Command to check the version
 ====================== ===============  ========================================
-GNU C                  4.8              gcc --version
+GNU C                  4.9              gcc --version
 GNU make               3.81             make --version
 binutils               2.23             ld -v
 flex                   2.5.35           flex --version
This page took 0.058843 seconds and 4 git commands to generate.