aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-12-25 04:36:44 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-12-25 04:36:44 +0000
commit5632647099d1f54d62410df9bc6f2ac03e74842e (patch)
tree300bd3979c8d44598a9f23a1489fbb88bb72d5d8 /chapter06
parentfaa034eb5648fcbf02ac1e5edf57c43d33eaf7ed (diff)
Update to linix-3.18.1.
Update to xz-5.2.0. Update to binutils-2.25. Update comments for sysklogd boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml16
-rw-r--r--chapter06/glibc.xml5
2 files changed, 5 insertions, 16 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index c98d56c1e..ae2e6f828 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -56,19 +56,7 @@
<screen><computeroutput>The system has no more ptys.
Ask your system administrator to create more.</computeroutput></screen>
-
- <para>Suppress the installation of an outdated
- <filename>standards.info</filename> file as a newer one is installed later
- on in the Autoconf instructions:</para>
-
-<screen><userinput remap="pre">rm -fv etc/standards.info
-sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
-
- <para>Add an upstream patch to use GCC's link time optimization (LTO)
- by default:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
-
+<!--
<para>Fix some LTO tests in the test suite:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen>
@@ -76,7 +64,7 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
<para>Enable binutils to recognize multiple plugins:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen>
-
+-->
<para>The Binutils documentation recommends building Binutils outside of the
source directory in a dedicated build directory:</para>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index a91f95b94..52066dc1c 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -117,9 +117,10 @@ cd ../glibc-build</userinput></screen>
<itemizedlist>
<listitem>
- <para>The <emphasis>tst/tst-cputimer1</emphasis> test has been known to
+ <para>The <emphasis>tst/tst-cputimer1</emphasis> and
+ <emphasis>rt/tst-cpuclock2</emphasis> tests have been known to
fail. The reason is not completely understood, but indications are
- that minor timing issues can trigger this failure.</para>
+ that minor timing issues can trigger these failures.</para>
</listitem>
<listitem>