diff mbox series

[01/75] backports: Remove no-pointer-sign option

Message ID 20240627234808.1253337-2-hauke@hauke-m.de (mailing list archive)
State New, archived
Headers show
Series backports: Update to kernel 6.1.95 | expand

Commit Message

Hauke Mehrtens June 27, 2024, 11:46 p.m. UTC
This option is only added with kernel 4.3, Support was removed some time
ago.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 backport/Makefile.kernel | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel
index 11ce4177..a936eb3b 100644
--- a/backport/Makefile.kernel
+++ b/backport/Makefile.kernel
@@ -31,9 +31,6 @@  NOSTDINC_FLAGS += \
 endif
 
 subdir-ccflags-y := $(call cc-option, -fno-pie) $(call cc-option, -no-pie)
-ifeq ($(CPTCFG_KERNEL_4_3),y)
-subdir-ccflags-y += -Wno-pointer-sign
-endif
 
 obj-y += compat/