diff options
-rw-r--r-- | chapter10/kernel.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 809d0931a..9b418f067 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -294,14 +294,6 @@ configuration menus and create the kernel configuration from scratch.</para> - <para>Fix an issue causing all kernel modules built with Binutils-2.41 - or later not loadable:</para> - -<screen><userinput remap="pre">cat >> arch/loongarch/Makefile << EOF -<literal>KBUILD_AFLAGS_MODULE += -Wa,-mno-relax -KBUILD_CFLAGS_MODULE += -Wa,-mno-relax</literal> -EOF</userinput></screen> - <para>Compile the kernel image and modules:</para> <screen><userinput remap="make">make</userinput></screen> |