lkml.org 
[lkml]   [2020]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Documentation: update for gcc 4.9 requirement
Date
From: Randy Dunlap <rdunlap@infradead.org>

Update Documentation for the gcc v4.9 upgrade requirement.

Fixes: 6ec4476ac825 ("Raise gcc version requirement to 4.9")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Documentation/admin-guide/README.rst | 2 +-
Documentation/process/changes.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200708.orig/Documentation/admin-guide/README.rst
+++ linux-next-20200708/Documentation/admin-guide/README.rst
@@ -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.
--- linux-next-20200708.orig/Documentation/process/changes.rst
+++ linux-next-20200708/Documentation/process/changes.rst
@@ -29,7 +29,7 @@ you probably needn't concern yourself wi
====================== =============== ========================================
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
\
 
 \ /
  Last update: 2020-07-08 20:45    [W:0.114 / U:0.960 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site