Changeset d94f2d0


Ignore:
Timestamp:
08/14/2022 07:11:46 PM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0d8c2d6a, 6099a471, a151e09
Parents:
c25dd3f
Message:

Clean chapter 8 binutils xml and text

Remove old commented instructions
Remove a sed and a test failure explanation: both have been fixed
in binutils-2.39

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rc25dd3f rd94f2d0  
    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.