summaryrefslogtreecommitdiffstats
path: root/gcc11-plugins-fix.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-01-06 15:45:31 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-01-06 15:45:31 +0100
commit37ec8dbf9e3a42098b0fa2e080f75ecfc1a11791 (patch)
tree181ce3b73d9753cb03296c82de83894f33058e8d /gcc11-plugins-fix.patch
parent4cc708ce420456362dc9f3f3e4b4e63ec0393c48 (diff)
parente84678770742833d54029c8c4943614faae0d747 (diff)
downloadkernel-37ec8dbf9e3a42098b0fa2e080f75ecfc1a11791.tar.gz
kernel-37ec8dbf9e3a42098b0fa2e080f75ecfc1a11791.tar.xz
kernel-37ec8dbf9e3a42098b0fa2e080f75ecfc1a11791.zip
Diffstat (limited to 'gcc11-plugins-fix.patch')
-rw-r--r--gcc11-plugins-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc11-plugins-fix.patch b/gcc11-plugins-fix.patch
deleted file mode 100644
index caac69117..000000000
--- a/gcc11-plugins-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scripts/gcc-plugins/Makefile b/scripts/gcc-plugins/Makefile
-index d66949bfeba4..a6c35d651704 100644
---- a/scripts/gcc-plugins/Makefile
-+++ b/scripts/gcc-plugins/Makefile
-@@ -22,7 +22,7 @@ always-y += $(GCC_PLUGIN)
- GCC_PLUGINS_DIR = $(shell $(CC) -print-file-name=plugin)
-
- plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \
-- -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++98 \
-+ -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++11 \
- -fno-rtti -fno-exceptions -fasynchronous-unwind-tables \
- -ggdb -Wno-narrowing -Wno-unused-variable -Wno-c++11-compat \
- -Wno-format-diag