]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-regressions.patch
- 4.14.334
[packages/kernel.git] / kernel-regressions.patch
1 --- linux-4.14/scripts/gcc-plugin.sh.orig       2017-11-12 19:46:13.000000000 +0100
2 +++ linux-4.14/scripts/gcc-plugin.sh    2021-07-08 09:52:23.460059564 +0200
3 @@ -43,7 +43,7 @@
4  esac
5  
6  # we need a c++ compiler that supports the designated initializer GNU extension
7 -plugincc=$($2 -c -x c++ -std=gnu++98 - -fsyntax-only -I"${srctree}"/gcc-plugins -I"${gccplugins_dir}"/include 2>&1 <<EOF
8 +plugincc=$($2 -c -x c++ -std=gnu++11 - -fsyntax-only -I"${srctree}"/gcc-plugins -I"${gccplugins_dir}"/include 2>&1 <<EOF
9  #include "gcc-common.h"
10  class test {
11  public:
This page took 0.026671 seconds and 3 git commands to generate.