diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-09 21:10:42 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-09 21:10:42 +0000 |
commit | 1a317d8f9258e22e232495b835c47ecfa2a7e731 (patch) | |
tree | 668fb72260bcc74d1c70d19396f531710136735e /chapter08 | |
parent | a5db5e7ff7de613f43e2c54f41dd320bbb6ae344 (diff) |
Reprise of r6470.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index ad999f4ea..cb3efa913 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -71,11 +71,11 @@ 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 -&gcc-version;. Compiling with 2.95.x is known to cause failures in the Glibc -test suite, so it is not recommended to compile the kernel with gcc 2.95.x. -Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x. -Unfortunately, the kernel documentation is outdated and still claims GCC-2.95.3 -is the recommended compiler.</para></note> +&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 +documentation is outdated and still claims GCC-2.95.3 is the recommended +compiler.</para></note> <para>Compile the kernel image and modules:</para> |