Ignore:
Timestamp:
02/17/2022 04:45:10 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
77ea132
Parents:
738a4c1 (diff), d6f5aab (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r738a4c1 rbb19832  
    5858Ask your system administrator to create more.</computeroutput></screen>
    5959
    60     <para>Upstream has made a patch to fix a problem when building with
    61     Link Time Optimization (LTO).  Apply that now:</para>
     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>
    6263
    6364 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
     
    7172find -name \*.1 -delete</userinput></screen>
    7273-->
    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 -->
     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
    7982    <para>The Binutils documentation recommends building Binutils
    8083    in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.