Changeset 9ef0338a


Ignore:
Timestamp:
12/06/2023 10:30:00 AM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1
Children:
ba41e17
Parents:
db880b9
Message:

Revert "loongarch: kernel: Disable relaxation for building a module"

This reverts commit c4b61b12dfb9305234a27a3401a9a4f461bcf200.

These lines has been already added into the kernel since 6.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rdb880b9 r9ef0338a  
    295295    scratch.</para>
    296296
    297     <para>Fix an issue causing all kernel modules built with Binutils-2.41
    298     or later not loadable:</para>
    299 
    300 <screen><userinput remap="pre">cat &gt;&gt; arch/loongarch/Makefile &lt;&lt; EOF
    301 <literal>KBUILD_AFLAGS_MODULE += -Wa,-mno-relax
    302 KBUILD_CFLAGS_MODULE += -Wa,-mno-relax</literal>
    303 EOF</userinput></screen>
    304 
    305297    <para>Compile the kernel image and modules:</para>
    306298
Note: See TracChangeset for help on using the changeset viewer.