mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Simlify instructions for glibc in Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
082bbce490
commit
c10c9831bf
@ -43,6 +43,16 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2019-02-06</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Simlify instructions for glibc in Chapter 5.
|
||||||
|
Thanks to Romain Geissler for the report.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2019-02-05</para>
|
<para>2019-02-05</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -55,10 +55,11 @@ cd build</userinput></screen>
|
|||||||
--prefix=/tools \
|
--prefix=/tools \
|
||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(../scripts/config.guess) \
|
--build=$(../scripts/config.guess) \
|
||||||
--enable-kernel=&min-kernel; \
|
--enable-kernel=&min-kernel; \
|
||||||
--with-headers=/tools/include \
|
--with-headers=/tools/include</userinput></screen>
|
||||||
|
<!--
|
||||||
libc_cv_forced_unwind=yes \
|
libc_cv_forced_unwind=yes \
|
||||||
libc_cv_c_cleanup=yes</userinput></screen>
|
libc_cv_c_cleanup=yes</userinput></screen> -->
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
@ -89,7 +90,7 @@ cd build</userinput></screen>
|
|||||||
features the kernel has and can optimize itself accordingly.</para>
|
features the kernel has and can optimize itself accordingly.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<!--
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>libc_cv_forced_unwind=yes</parameter></term>
|
<term><parameter>libc_cv_forced_unwind=yes</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -110,6 +111,7 @@ cd build</userinput></screen>
|
|||||||
cleanup handling support is configured.</para>
|
cleanup handling support is configured.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
-->
|
||||||
<!-- <varlistentry>
|
<!-- <varlistentry>
|
||||||
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
|
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20190205">
|
<!ENTITY version "SVN-20190206">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20190205-systemd">
|
<!ENTITY versiond "20190206-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "February 5, 2019">
|
<!ENTITY releasedate "February 6, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.4">
|
<!ENTITY milestone "8.4">
|
||||||
|
Loading…
Reference in New Issue
Block a user