Author: bdubbs
Date: 2009-06-06 17:38:23 -0600 (Sat, 06 Jun 2009)
New Revision: 8942
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/glibc.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/general.ent
Log:
Change instruction for minimum kernel version to 2.6.18 in glibc.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2009-06-01 13:06:26 UTC (rev 8941)
+++ trunk/BOOK/chapter01/changelog.xml 2009-06-06 23:38:23 UTC (rev 8942)
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2009-06-06</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Change instruction for minimum kernel version
+ to 2.6.18 in glibc. This corresponds to the stealth changes made to
+ the host requirements page made on May 26.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-06-01</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml 2009-06-01 13:06:26 UTC (rev 8941)
+++ trunk/BOOK/chapter05/glibc.xml 2009-06-06 23:38:23 UTC (rev 8942)
@@ -68,7 +68,7 @@
<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.0 --with-headers=/tools/include \
+ --enable-kernel=2.6.18 --with-headers=/tools/include \
libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes</userinput></screen>
<variablelist>
@@ -100,10 +100,11 @@
</varlistentry>
<varlistentry>
- <term><parameter>--enable-kernel=2.6.0</parameter></term>
+ <term><parameter>--enable-kernel=2.6.18</parameter></term>
<listitem>
<para>This tells Glibc to compile the library with support
- for 2.6.x Linux kernels.</para>
+ for 2.6.18 and later Linux kernels. Workarounds for older
+ kernels are not enabled.</para>
</listitem>
</varlistentry>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2009-06-01 13:06:26 UTC (rev 8941)
+++ trunk/BOOK/chapter06/glibc.xml 2009-06-06 23:38:23 UTC (rev 8942)
@@ -126,7 +126,7 @@
<screen><userinput remap="configure">../glibc-&glibc-version;/configure
--prefix=/usr \
--disable-profile --enable-add-ons \
- --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen>
+ --enable-kernel=2.6.18 --libexecdir=/usr/lib/glibc</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-06-01 13:06:26 UTC (rev 8941)
+++ trunk/BOOK/general.ent 2009-06-06 23:38:23 UTC (rev 8942)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090601">
-<!ENTITY releasedate "June 1, 2009">
+<!ENTITY version "SVN-20090606">
+<!ENTITY releasedate "June 6, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page