]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2023 15:10:45 +0000 (17:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2023 15:10:45 +0000 (17:10 +0200)
queue-6.4/kbuild-add-clang_flags-to-kbuild_cppflags.patch

index cc937850098bdfdd41d6d455800e4352bd7fc8ee..6a5a048f6775ccff4124fda268559620d388dd66 100644 (file)
@@ -35,14 +35,12 @@ Reviewed-by: Nathan Chancellor <nathan@kernel.org>
 Tested-by: Nathan Chancellor <nathan@kernel.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
- scripts/Makefile.clang | 3 +--
+ scripts/Makefile.clang |    3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
-diff --git a/scripts/Makefile.clang b/scripts/Makefile.clang
-index 9076cc939e87..058a4c0f864e 100644
 --- a/scripts/Makefile.clang
 +++ b/scripts/Makefile.clang
-@@ -34,6 +34,5 @@ CLANG_FLAGS  += -Werror=unknown-warning-option
+@@ -34,6 +34,5 @@ CLANG_FLAGS  += -Werror=unknown-warning-o
  CLANG_FLAGS   += -Werror=ignored-optimization-argument
  CLANG_FLAGS   += -Werror=option-ignored
  CLANG_FLAGS   += -Werror=unused-command-line-argument
@@ -50,6 +48,3 @@ index 9076cc939e87..058a4c0f864e 100644
 -KBUILD_AFLAGS += $(CLANG_FLAGS)
 +KBUILD_CPPFLAGS       += $(CLANG_FLAGS)
  export CLANG_FLAGS
--- 
-2.41.0
-