diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-25 16:22:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-25 16:22:48 +0000 |
commit | 935435bedb64154464881c3c3ef4e2731d2f4086 (patch) | |
tree | 23576436715d87921e7c8fcf76a4b7df5193bf2a /chapter05 | |
parent | a1bea3ede6e5176f2da8a6563e2ecb2d7c4d51e8 (diff) |
Sync kerenl version in explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 358f5e4bd..e9578cf75 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -104,10 +104,10 @@ esac</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--enable-kernel=2.6.18</parameter></term> + <term><parameter>--enable-kernel=2.6.22.5</parameter></term> <listitem> <para>This tells Glibc to compile the library with support - for 2.6.18 and later Linux kernels. Workarounds for older + for 2.6.22.5 and later Linux kernels. Workarounds for older kernels are not enabled.</para> </listitem> </varlistentry> |