Changes in / [bb19832:738a4c1]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rbb19832 r738a4c1  
    5858Ask your system administrator to create more.</computeroutput></screen>
    5959
    60     <para>Upstream has made a patch to fix a problem when using binutils
    61     for building some BLFS packages with Link Time Optimization (LTO)
    62     enabled.  Apply that now:</para>
     60    <para>Upstream has made a patch to fix a problem when building with
     61    Link Time Optimization (LTO).  Apply that now:</para>
    6362
    6463 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
     
    7271find -name \*.1 -delete</userinput></screen>
    7372-->
    74 
    75     <para>
    76       Now make a fix identified upstream that affects building some packages:
    77      </para>
    78 
    79 <screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \   || (TYPE) == R_386_TLS_IE \\' \
    80     -i ./bfd/elfxx-x86.h</userinput></screen>
    81 
     73<!--
     74    <para>Now remove one test that prevents the tests from running
     75    to completion:</para>
     76
     77<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
     78-->
    8279    <para>The Binutils documentation recommends building Binutils
    8380    in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.