From 741921ca188a930b2187a4363fa83e768313e5e4 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 23 Jun 2005 09:46:52 +0000 Subject: Reverted r6120. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index a560fb650..66c0d44ea 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -89,6 +89,11 @@ into the kernel, or that neither is compiled at all. The bootscripts will not work properly if Host-side USB is compiled as a module (usbcore.ko). +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. + Compile the kernel image and modules: make -- cgit v1.2.3-54-g00ecf