Changeset 5f54f8e


Ignore:
Timestamp:
08/27/2024 04:50:48 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.2
Children:
c2fa5fc
Parents:
2b40822
git-author:
Xi Ruoyao <xry111@…> (08/27/2024 04:50:24 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/27/2024 04:50:48 AM)
Message:

loongarch: Revert "Binutils: Apply an upstream fix for LTO"

This reverts commit 8b8b87bcb25d09789b223cd348a0aa1c642a2ffc.

The change is upstreamed in 2.43.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r2b40822 r5f54f8e  
    4141  <sect2 role="installation">
    4242    <title>Installation of Binutils</title>
    43 
    44     <!-- https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=029e52bac7f3a6dd8b39f7f3d298b73174da806b -->
    45     <para>First, fix an issue causing some packages fail to build with
    46     Link Time Optimization (LTO).  Note that some BLFS packages will be
    47     built with LTO enabled by default even if you don't enable it
    48     explicitly:</para>
    49 
    50 <screen><userinput remap="pre">for i in LO12 HI20 ADD; do
    51   sed -e '/DESC64_HI12/a\    case BFD_RELOC_LARCH_TLS_LE_'${i}'_R:' \
    52       -i gas/config/tc-loongarch.c
    53 done</userinput></screen>
    5443
    5544    <para>The Binutils documentation recommends building Binutils
Note: See TracChangeset for help on using the changeset viewer.