Skip to content

Commit

Permalink
Documentation: update for gcc 4.9 requirement
Browse files Browse the repository at this point in the history
Update Documentation for the gcc v4.9 upgrade requirement.

Fixes: 5429ef6 ("compiler/gcc: Raise minimum GCC version for kernel builds to 4.8")
Fixes: 6ec4476 ("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]>
  • Loading branch information
rddunlap authored and torvalds committed Jul 8, 2020
1 parent 63e1968 commit 0bddd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/admin-guide/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/process/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bddd22

Please sign in to comment.