Ignore:
Timestamp:
02/16/2022 10:56:04 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b7daa52a, bb19832
Parents:
c5755859
Message:

Binutils fix to fix some package builds
This fix was found on an i368 system when building openjdk. The
fix does not help or hurt x86_64 systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rc5755859 rd6f5aab  
    7272find -name \*.1 -delete</userinput></screen>
    7373-->
    74 <!--
    75     <para>Now remove one test that prevents the tests from running
    76     to completion:</para>
    77 
    78 <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
    79 -->
     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
    8082    <para>The Binutils documentation recommends building Binutils
    8183    in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.