Skip to content

Commit 0bddd22

Browse files
rddunlaptorvalds
authored andcommitted
Documentation: update for gcc 4.9 requirement
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]>
1 parent 63e1968 commit 0bddd22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/admin-guide/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Configuring the kernel
258258
Compiling the kernel
259259
--------------------
260260

261-
- Make sure you have at least gcc 4.6 available.
261+
- Make sure you have at least gcc 4.9 available.
262262
For more information, refer to :ref:`Documentation/process/changes.rst <changes>`.
263263

264264
Please note that you can still run a.out user programs with this kernel.

Documentation/process/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ you probably needn't concern yourself with pcmciautils.
2929
====================== =============== ========================================
3030
Program Minimal version Command to check the version
3131
====================== =============== ========================================
32-
GNU C 4.8 gcc --version
32+
GNU C 4.9 gcc --version
3333
GNU make 3.81 make --version
3434
binutils 2.23 ld -v
3535
flex 2.5.35 flex --version

0 commit comments

Comments
 (0)