aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/binutils.xml
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/binutils.xml
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/binutils.xml')
-rw-r--r--chapter06/binutils.xml16
1 files changed, 2 insertions, 14 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>