aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-16 22:24:12 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-16 22:24:12 +0000
commit9067a2ff743a13d0afc271e23e2660d6fa1e695b (patch)
treef91a4b0f8dba90a3b08cd52340729d93ecb0fc59
parenta2f7ad076de73d10551799cdd209edef9c845d43 (diff)
Update kernel version specified in Chapter 5 glibc instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml20
-rw-r--r--chapter05/glibc.xml2
-rw-r--r--general.ent2
3 files changed, 22 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index dba880b2d..92ced62e7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,26 @@
-->
<listitem>
+ <para>2010-06-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update kernel version specified in Chapter 5
+ glibc instructions to be consistent with host requirements and
+ Chapter 6 glibc.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2010-06-14</para>
+ <itemizedlist>
+ <listitem>
+ <para>[robert] - Make rmdir verbose when installing udev.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-06-01</para>
<itemizedlist>
<listitem>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 26d853ad1..358f5e4bd 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -72,7 +72,7 @@ esac</userinput></screen>
<screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/tools \
--host=$LFS_TGT --build=$(../glibc-&glibc-version;/scripts/config.guess) \
--disable-profile --enable-add-ons \
- --enable-kernel=2.6.18 --with-headers=/tools/include \
+ --enable-kernel=2.6.22.5 --with-headers=/tools/include \
libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes</userinput></screen>
<variablelist>
diff --git a/general.ent b/general.ent
index 6cd3be945..62124788e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,4 +1,4 @@
-<!ENTITY version "SVN-20100601">
+<!ENTITY version "SVN-20100616">
<!ENTITY releasedate "June 1, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.7">