From 4fa86d1ec842c313976fd68f639183aac724de5e Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Mon, 29 Sep 2003 06:08:10 +0000 Subject: Chapter 5 - Glibc: Add notes regarding test suite issues. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kernel-exp-headers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/kernel-exp-headers.xml') diff --git a/chapter06/kernel-exp-headers.xml b/chapter06/kernel-exp-headers.xml index 699c67d8c..9829fe2c9 100644 --- a/chapter06/kernel-exp-headers.xml +++ b/chapter06/kernel-exp-headers.xml @@ -17,7 +17,7 @@ post by Linus Torvalds to the Linux Kernel Mailing List points out: And yes, this is what I do. My /usr/src/linux still has the old 2.2.13 header files, even though I haven't run a 2.2.13 kernel in a _loong_ -time. But those headers were what glibc was compiled against, so those +time. But those headers were what Glibc was compiled against, so those headers are what matches the library object files. And this is actually what has been the suggested environment for at @@ -28,7 +28,7 @@ sources should go into "/usr/src/linux" even though that hasn't been true in a _loong_ time. The essential part is where Linus states that the header files should be -the ones which glibc was compiled against. These are +the ones which Glibc was compiled against. These are the headers that should be used when you later compile other packages, as they are the ones that match the object-code library files. By copying the headers, we ensure that they remain available if later you upgrade your kernel. -- cgit v1.2.3-54-g00ecf