mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
a2f7ad076d
commit
9067a2ff74
@ -36,6 +36,26 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "6.7">
|
||||
|
Loading…
Reference in New Issue
Block a user