Author: bdubbs
Date: Sat Jul  6 13:22:01 2013
New Revision: 10302

Log:
Update glibc --enable-kernel value

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/glibc.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Sun Jun 30 19:11:27 2013        (r10301)
+++ trunk/BOOK/chapter01/changelog.xml  Sat Jul  6 13:22:01 2013        (r10302)
@@ -36,6 +36,17 @@
     </listitem>
 -->
     <listitem>
+      <para>2013-07-06</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Change the --enable-kernel parameter 
+          in glibc to 2.6.34 which is the minimum needed by
+          the current udev packages.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2013-06-30</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/glibc.xml
==============================================================================
--- trunk/BOOK/chapter05/glibc.xml      Sun Jun 30 19:11:27 2013        (r10301)
+++ trunk/BOOK/chapter05/glibc.xml      Sat Jul  6 13:22:01 2013        (r10302)
@@ -80,7 +80,7 @@
       --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 @@
       </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>

Modified: trunk/BOOK/chapter06/glibc.xml
==============================================================================
--- trunk/BOOK/chapter06/glibc.xml      Sun Jun 30 19:11:27 2013        (r10301)
+++ trunk/BOOK/chapter06/glibc.xml      Sat Jul  6 13:22:01 2013        (r10302)
@@ -72,7 +72,7 @@
 <screen><userinput remap="configure">../glibc-&glibc-version;/configure    \
     --prefix=/usr          \
     --disable-profile      \
-    --enable-kernel=2.6.25 \
+    --enable-kernel=2.6.34 \
     --libexecdir=/usr/lib/glibc</userinput></screen>
 
     <variablelist>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Jun 30 19:11:27 2013        (r10301)
+++ trunk/BOOK/general.ent      Sat Jul  6 13:22:01 2013        (r10302)
@@ -1,5 +1,5 @@
-<!ENTITY version         "SVN-20130630">
-<!ENTITY releasedate     "June 30, 2013">
+<!ENTITY version         "SVN-20130706">
+<!ENTITY releasedate     "July 5, 2013">
 <!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "7.4">
 <!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

Reply via email to