linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix admin-guide/README.rst minimum gcc version requirement
@ 2019-02-21  4:02 Randy Dunlap
  2019-02-22 15:37 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2019-02-21  4:02 UTC (permalink / raw)
  To: linux-doc, LKML, Jonathan Corbet, Andrew Morton; +Cc: Matthew Wilcox

From: Randy Dunlap <rdunlap@infradead.org>

Fix minimum gcc version as specified in Documentation/process/changes.rst.

Suggested-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 Documentation/admin-guide/README.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-50-rc7.orig/Documentation/admin-guide/README.rst
+++ lnx-50-rc7/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.



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

* Re: [PATCH] Documentation: fix admin-guide/README.rst minimum gcc version requirement
  2019-02-21  4:02 [PATCH] Documentation: fix admin-guide/README.rst minimum gcc version requirement Randy Dunlap
@ 2019-02-22 15:37 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2019-02-22 15:37 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-doc, LKML, Andrew Morton, Matthew Wilcox

On Wed, 20 Feb 2019 20:02:33 -0800
Randy Dunlap <rdunlap@infradead.org> wrote:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix minimum gcc version as specified in Documentation/process/changes.rst.
> 
> Suggested-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
>  Documentation/admin-guide/README.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- lnx-50-rc7.orig/Documentation/admin-guide/README.rst
> +++ lnx-50-rc7/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.

Applied, thanks.

Good to know I can still run my a.out binaries :)

jon

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

end of thread, other threads:[~2019-02-22 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21  4:02 [PATCH] Documentation: fix admin-guide/README.rst minimum gcc version requirement Randy Dunlap
2019-02-22 15:37 ` 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).