From e84678770742833d54029c8c4943614faae0d747 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 6 Jan 2021 08:05:34 -0600 Subject: kernel-5.11.0-0.rc2.20210106git36bbbd0e234d.117 * Wed Jan 06 2021 Fedora Kernel Team [5.11.0-0.rc2.20210106git36bbbd0e234d.117] - Add gcc-c++ to BuildRequires ("Justin M. Forbes") - irq: export irq_check_status_bit (Levi Yun) - Turn off vdso_install for ppc ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- gcc11-plugins-fix.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 gcc11-plugins-fix.patch (limited to 'gcc11-plugins-fix.patch') 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 -- cgit