aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index b774e2d03..e08ec88fb 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -80,7 +80,7 @@ esac</userinput></screen>
--host=$LFS_TGT \
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
--disable-profile \
- --enable-kernel=2.6.25 \
+ --enable-kernel=2.6.34 \
--with-headers=/tools/include \
libc_cv_forced_unwind=yes \
libc_cv_ctors_header=yes \
@@ -107,10 +107,10 @@ esac</userinput></screen>
</varlistentry>
<varlistentry>
- <term><parameter>--enable-kernel=2.6.25</parameter></term>
+ <term><parameter>--enable-kernel=2.6.34</parameter></term>
<listitem>
<para>This tells Glibc to compile the library with support
- for 2.6.25 and later Linux kernels. Workarounds for older
+ for 2.6.34 and later Linux kernels. Workarounds for older
kernels are not enabled.</para>
</listitem>
</varlistentry>