diff options
Diffstat (limited to 'target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch')
-rw-r--r-- | target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch b/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch index c56cecfb71..af95766f7c 100644 --- a/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch +++ b/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch @@ -49,7 +49,7 @@ Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> --- a/Makefile +++ b/Makefile -@@ -498,7 +498,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Werror +@@ -500,7 +500,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Werror -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ -Werror=implicit-function-declaration -Werror=implicit-int \ -Werror=return-type -Wno-format-security \ |