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

This reverts commit 2a71a83b9a.

The fix is included in linux >= 6.8.
This commit is contained in:
Xi Ruoyao 2024-04-08 16:31:42 +08:00
parent 67ecb262fa
commit c219b8b978
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -294,13 +294,6 @@
configuration menus and create the kernel configuration from
scratch.</para>
<!-- https://git.kernel.org/torvalds/c/2772ae4d66d1 (simplified) -->
<para>Now fix an issue causing the kernel fail to build with Binutils
2.42 on LoongArch:</para>
<screen><userinput remap="pre">sed -e '/case EM_LOONG/aif (r_type == 100 || r_type == 102) continue;' \
-i scripts/mod/modpost.c</userinput></screen>
<para>Compile the kernel image and modules:</para>
<screen><userinput remap="make">make</userinput></screen>