We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b47a3a commit 8ec3af9Copy full SHA for 8ec3af9
scripts/Makefile.vmlinux
@@ -83,6 +83,9 @@ endif
83
84
remove-section-y := .modinfo
85
remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel*' '!.rel*.dyn'
86
+# for compatibility with binutils < 2.32
87
+# https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=c12d9fa2afe7abcbe407a00e15719e1a1350c2a7
88
+remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel.*'
89
90
remove-symbols := -w --strip-symbol='__mod_device_table__*'
91
0 commit comments