Author: bdubbs
Date: Wed Feb 6 12:14:49 2019
New Revision: 11512
Log:
Simlify instructions for glibc in Chapter 5
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/glibc.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Tue Feb 5 13:10:38 2019 (r11511)
+++ trunk/BOOK/chapter01/changelog.xml Wed Feb 6 12:14:49 2019 (r11512)
@@ -44,6 +44,16 @@
-->
<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>
<para>2019-02-05</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/glibc.xml
==============================================================================
--- trunk/BOOK/chapter05/glibc.xml Tue Feb 5 13:10:38 2019 (r11511)
+++ trunk/BOOK/chapter05/glibc.xml Wed Feb 6 12:14:49 2019 (r11512)
@@ -55,10 +55,11 @@
--prefix=/tools \
--host=$LFS_TGT \
--build=$(../scripts/config.guess) \
- --enable-kernel=&min-kernel; \
- --with-headers=/tools/include \
+ --enable-kernel=&min-kernel; \
+ --with-headers=/tools/include</userinput></screen>
+<!--
libc_cv_forced_unwind=yes \
- libc_cv_c_cleanup=yes</userinput></screen>
+ libc_cv_c_cleanup=yes</userinput></screen> -->
<variablelist>
<title>The meaning of the configure options:</title>
@@ -89,7 +90,7 @@
features the kernel has and can optimize itself accordingly.</para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
<term><parameter>libc_cv_forced_unwind=yes</parameter></term>
<listitem>
@@ -110,6 +111,7 @@
cleanup handling support is configured.</para>
</listitem>
</varlistentry>
+-->
<!-- <varlistentry>
<term><parameter>libc_cv_ctors_header=yes</parameter></term>
<listitem>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Feb 5 13:10:38 2019 (r11511)
+++ trunk/BOOK/general.ent Wed Feb 6 12:14:49 2019 (r11512)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190205">
+<!ENTITY version "SVN-20190206">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc
releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or
"x.y[-pre{x}]" -->
-<!ENTITY versiond "20190205-systemd">
+<!ENTITY versiond "20190206-systemd">
<!ENTITY short-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 milestone "8.4">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page