Ignore:
Timestamp:
12/28/2014 11:02:19 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
063a4a0
Parents:
093c5ad9
Message:

Merged trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r093c5ad9 rcae1770  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask your system administrator to create more.</computeroutput></screen>
    59 
    60     <para>Suppress the installation of an outdated
    61     <filename>standards.info</filename> file as a newer one is installed later
    62     on in the Autoconf instructions:</para>
    63 
    64 <screen><userinput remap="pre">rm -fv etc/standards.info
    65 sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
    66 
    67     <para>Add an upstream patch to use GCC's link time optimization (LTO)
    68     by default:</para>
    69 
    70 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
    71 
     59<!--
    7260    <para>Fix some LTO tests in the test suite:</para>
    7361
     
    7765
    7866<screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen>
    79 
     67-->
    8068    <para>The Binutils documentation recommends building Binutils outside of the
    8169    source directory in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.