diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 08:23:20 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 08:23:20 +0000 |
commit | 1a1dec45c81c998b9903a93664abc5aa4e19a138 (patch) | |
tree | 18a5922490cea5d107dc00e01000c548bdbc779b /chapter08 | |
parent | e53447779330b72911d3c759865dca65c99934c8 (diff) |
Removed outdated text pertaining to gcc-2.95.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 66c0d44ea..a560fb650 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -89,11 +89,6 @@ into the kernel, or that neither is compiled at all. The bootscripts will not work properly if <quote>Host-side USB</quote> is compiled as a module (usbcore.ko).</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.</para></note> - <para>Compile the kernel image and modules:</para> <screen><userinput>make</userinput></screen> |