diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-09 20:34:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-09 20:34:44 +0000 |
commit | 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (patch) | |
tree | e5a6a1882b04b9bf8d427bc3dfa27398b38f3b46 /chapter08/kernel.xml | |
parent | 98fe721a0601f13d3659b84ef88fd788418491dc (diff) |
Upgrade to gcc-4.0.1 (merge of gcc4 branch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index cb3efa913..ef242991e 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -70,7 +70,7 @@ we do not recommend this option. It is often better to explore all the configuration menus and create the kernel configuration from scratch.</para> -<note><para>NPTL requires the kernel to be compiled with GCC-3.x, in this case +<note><para>NPTL requires the kernel to be compiled with GCC-3.x or later, in this case &gcc-version;. It is not recommended to compile the kernel with GCC-2.95.x, as this causes failures in the Glibc test suite. Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x. Unfortunately, the kernel |