diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-22 15:17:25 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-22 15:17:25 +0000 |
commit | 70cd9f32c7262973ff403182978a28195a352f37 (patch) | |
tree | b17104d1e397cd4e543a419390ce61c51fe60946 /chapter05/glibc.xml | |
parent | a93258dc7f7ea32754c05c126ae2ca67a85fc2bf (diff) |
Readjust min kernel to 2.6.32.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10328 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-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 7d0c1ce7b..94928996d 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -107,10 +107,10 @@ esac</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--enable-kernel=2.6.34</parameter></term> + <term><parameter>--enable-kernel=&min-kernel;</parameter></term> <listitem> <para>This tells Glibc to compile the library with support - for 2.6.34 and later Linux kernels. Workarounds for older + for &min-kernel; and later Linux kernels. Workarounds for older kernels are not enabled.</para> </listitem> </varlistentry> |