Changeset 0d8c2d6a


Ignore:
Timestamp:
08/15/2022 12:24:18 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
aff530ed
Parents:
54bc22e (diff), d94f2d0 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r54bc22e r0d8c2d6a  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask your system administrator to create more.</computeroutput></screen>
    59 <!--
    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>
    63 
    64  <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
    65 -->
    66 <!--
    67     <para>An error in the building system causes the shipped man pages to
    68     be empty.  Workaround the issue and remove the shipped man pages, so the
    69     man pages will be regenerated correctly:</para>
    70 
    71 <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
    72 find -name \*.1 -delete</userinput></screen>
    73 -->
    74 
     59<!-- Fixed in binutils-2.39
    7560    <para>
    7661      Now make a fix identified upstream that affects building some packages:
     
    7964<screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \   || (TYPE) == R_386_TLS_IE \\' \
    8065    -i ./bfd/elfxx-x86.h</userinput></screen>
    81 
     66-->
    8267    <para>The Binutils documentation recommends building Binutils
    8368    in a dedicated build directory:</para>
     
    176161<screen><userinput remap="test">make -k check</userinput></screen>
    177162
    178     <!-- Will be fixed in 2.39
    179          https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b -->
     163    <!-- Fixed in 2.39
     164         https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b
    180165    <para>One gold test, <filename>pr17704a_test</filename>, is known to
    181166    fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the
    182167    kernel configuration of the host system.</para>
    183 
     168 -->
    184169    <para>Install the package:</para>
    185170
Note: See TracChangeset for help on using the changeset viewer.