diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-07-06 20:22:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-07-06 20:22:01 +0000 |
commit | 8834c19bfa68908d6e570cda86e29b8a7a1c6ffe (patch) | |
tree | 031d3cff64fe5f12faf5dd5acbffacde041dcf62 | |
parent | 8dc5aea03387aae90c1aaf12357f7e2634bd2c75 (diff) |
Update glibc --enable-kernel value
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10302 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter05/glibc.xml | 6 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 17 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f5cd1f35c..19579404e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> 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> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 1828306c9..56621ebd3 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,7 +72,7 @@ cd ../glibc-build</userinput></screen> <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> diff --git a/general.ent b/general.ent index d804b444c..a7dcd6d4e 100644 --- a/general.ent +++ b/general.ent @@ -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 – --> <!ENTITY milestone "7.4"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |