linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: admin-guide: Fix minimum required gcc version
@ 2019-03-05 10:53 Timothée Isnard
  2019-03-05 16:49 ` Randy Dunlap
  2019-03-18 18:02 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Timothée Isnard @ 2019-03-05 10:53 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet, trivial, Timothée Isnard

Signed-off-by: Timothée Isnard <timotheecisnard@gmail.com>
---
 Documentation/admin-guide/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst
index 47e577264198..a582c780c3bd 100644
--- a/Documentation/admin-guide/README.rst
+++ b/Documentation/admin-guide/README.rst
@@ -251,7 +251,7 @@ Configuring the kernel
 Compiling the kernel
 --------------------
 
- - Make sure you have at least gcc 3.2 available.
+ - Make sure you have at least gcc 4.6 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.
-- 
2.21.0.rc0.258.g878e2cd30e


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-18 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-05 10:53 [PATCH] Documentation: admin-guide: Fix minimum required gcc version Timothée Isnard
2019-03-05 16:49 ` Randy Dunlap
2019-03-18 18:02 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).