Changeset c219b8b9


Ignore:
Timestamp:
04/08/2024 08:31:42 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.2
Children:
e46c54d
Parents:
67ecb26
Message:

loongarch: Revert "kernel: Apply an upstream fix for Binutils 2.42"

This reverts commit 2a71a83b9a130bdd8ae1b52eb41c1ea92df9e0d1.

The fix is included in linux >= 6.8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r67ecb26 rc219b8b9  
    295295    scratch.</para>
    296296
    297     <!-- https://git.kernel.org/torvalds/c/2772ae4d66d1 (simplified) -->
    298     <para>Now fix an issue causing the kernel fail to build with Binutils
    299     2.42 on LoongArch:</para>
    300 
    301 <screen><userinput remap="pre">sed -e '/case EM_LOONG/aif (r_type == 100 || r_type == 102) continue;' \
    302     -i scripts/mod/modpost.c</userinput></screen>
    303 
    304297    <para>Compile the kernel image and modules:</para>
    305298
Note: See TracChangeset for help on using the changeset viewer.