[gentoo-dev] [COMMITTED] kernel-build.eclass: disable -Werror (for host tools at least)

2025-04-07 Thread Sam James
WERROR=0 disables -Werror for host tools at least, so let's use that. I'll also send a config change. Bug: https://bugs.gentoo.org/939106 Bug: https://bugs.gentoo.org/940904 Bug: https://bugs.gentoo.org/942303 Signed-off-by: Sam James --- Pushed. eclass/kernel-build.eclass | 1 + 1 file changed

Re: [gentoo-dev] [COMMITTED] kernel-build.eclass: disable -Werror (for host tools at least)

2025-04-07 Thread Jérôme Carretero
Hi Sam, Slight nit-picking, but while: commit 3fe617ccafd6f5bb33c2391d6f4eeb41c1fd0151 Author: Linus Torvalds Date: 2021-09-05 11:24:05 -0700 Enable '-Werror' by default for all kernel builds did provide that WERROR=0 option... ... there are still parts in Linux where somehow that mak