diff options
Diffstat (limited to 'system/easy-kernel/0202-fix-gcc13-build.patch')
-rw-r--r-- | system/easy-kernel/0202-fix-gcc13-build.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/easy-kernel/0202-fix-gcc13-build.patch b/system/easy-kernel/0202-fix-gcc13-build.patch deleted file mode 100644 index 9e0944512..000000000 --- a/system/easy-kernel/0202-fix-gcc13-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/scripts/gcc-plugins/Makefile 2023-02-02 14:04:11.084280229 -0500 -+++ b/scripts/gcc-plugins/Makefile 2023-02-02 14:04:54.084396776 -0500 -@@ -23,7 +23,7 @@ GCC_PLUGINS_DIR = $(shell $(CC) -print-f - - plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \ - -include $(srctree)/include/linux/compiler-version.h \ -- -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++11 \ -+ -I $(GCC_PLUGINS_DIR)/include -I $(obj) \ - -fno-rtti -fno-exceptions -fasynchronous-unwind-tables \ - -ggdb -Wno-narrowing -Wno-unused-variable \ - -Wno-format-diag |