All of lore.kernel.org
 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

* Re: [PATCH] Documentation: admin-guide: Fix minimum required gcc version
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2019-03-05 16:49 UTC (permalink / raw)
  To: Timothée Isnard, linux-doc; +Cc: corbet, trivial

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

already sent and merged into the docs tree:

https://lore.kernel.org/lkml/ecb653af-79e5-6233-a7f6-edbb61715d3b@infradead.org/

> 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.
> 


-- 
~Randy

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

* Re: [PATCH] Documentation: admin-guide: Fix minimum required gcc version
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2019-03-18 18:02 UTC (permalink / raw)
  To: Timothée Isnard; +Cc: linux-doc, trivial

On Tue,  5 Mar 2019 11:53:03 +0100
Timothée Isnard <timotheecisnard@gmail.com> wrote:

> 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.

This was already fixed (commit f07fb1088fb1) back in February.

Thanks,

jon

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.