Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: fix admin-guide/README.rst minimum gcc version requirement

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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
f07fb108 1c7f86cb

+1 -1
+1 -1
Documentation/admin-guide/README.rst
··· 251 251 Compiling the kernel 252 252 -------------------- 253 253 254 - - Make sure you have at least gcc 3.2 available. 254 + - Make sure you have at least gcc 4.6 available. 255 255 For more information, refer to :ref:`Documentation/process/changes.rst <changes>`. 256 256 257 257 Please note that you can still run a.out user programs with this kernel.