diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-02-16 00:24:20 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 05:22:46 -0600 |
commit | 89e582ada3e1a390a696ce4a6361ab4f3cc05f00 (patch) | |
tree | 0ba3f1e1a8145ac6f9fac577ace1426523d30d69 /system/easy-kernel/0202-fix-gcc13-build.patch | |
parent | a9cdd056f977a136b2a5e6ce523ff393aa5e35d6 (diff) | |
download | packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.tar.gz packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.tar.bz2 packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.tar.xz packages-89e582ada3e1a390a696ce4a6361ab4f3cc05f00.zip |
system/easy-kernel: Update to 6.6.6-mc1
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 |