[Buildroot] [git commit branch/2024.11.x] linux: fix broken mailing list link (404)
Arnout Vandecappelle
arnout at rnout.be
Fri Apr 11 10:42:42 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=cdde0b563ca5a0f67075679499fce6aca98b1e0b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.11.x
Signed-off-by: Matheus Tavares Bernardino <matheus.bernardino at oss.qualcomm.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 4ba51914e966899910dd7111d7379d6edb3ea1c3)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
linux/linux.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linux/linux.mk b/linux/linux.mk
index 12699b8ee4..3418adf04b 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -518,7 +518,7 @@ endif
# the same $(BR2_MAKE) invocation has shown to cause parallel build
# issues.
# The call to disable gcc-plugins is a stop-gap measure:
-# http://lists.busybox.net/pipermail/buildroot/2020-May/282727.html
+# https://lore.kernel.org/buildroot/20200512095550.GW12536@scaer
define LINUX_BUILD_CMDS
$(call KCONFIG_DISABLE_OPT,CONFIG_GCC_PLUGINS)
$(foreach dts,$(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_DTS_PATH)), \
More information about the buildroot
mailing list