mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 21:29:23 +01:00
Update glibc --enable-kernel value
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10302 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8dc5aea033
commit
8834c19bfa
@ -35,6 +35,17 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2013-06-30</para>
|
<para>2013-06-30</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -80,7 +80,7 @@ esac</userinput></screen>
|
|||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-kernel=2.6.25 \
|
--enable-kernel=2.6.34 \
|
||||||
--with-headers=/tools/include \
|
--with-headers=/tools/include \
|
||||||
libc_cv_forced_unwind=yes \
|
libc_cv_forced_unwind=yes \
|
||||||
libc_cv_ctors_header=yes \
|
libc_cv_ctors_header=yes \
|
||||||
@ -107,10 +107,10 @@ esac</userinput></screen>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--enable-kernel=2.6.25</parameter></term>
|
<term><parameter>--enable-kernel=2.6.34</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This tells Glibc to compile the library with support
|
<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>
|
kernels are not enabled.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -72,7 +72,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-kernel=2.6.25 \
|
--enable-kernel=2.6.34 \
|
||||||
--libexecdir=/usr/lib/glibc</userinput></screen>
|
--libexecdir=/usr/lib/glibc</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20130630">
|
<!ENTITY version "SVN-20130706">
|
||||||
<!ENTITY releasedate "June 30, 2013">
|
<!ENTITY releasedate "July 5, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.4">
|
<!ENTITY milestone "7.4">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user