gcc-plugins: drop support for GCC <= 4.7
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Mar 2020 11:08:32 +0000 (20:08 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:13:45 +0000 (00:13 +0900)
commit77342a02ff6e14645916d85c8550dd1011c4f7d7
tree1acf2ba01d0a386cd71561c893e0825a567c4833
parentafe956c577b2d5a3d9834e4424587c1ebcf90c4c
gcc-plugins: drop support for GCC <= 4.7

Nobody was opposed to raising minimum GCC version to 4.8 [1]
So, we will drop GCC <= 4.7 support sooner or later.

We always use C++ compiler for building plugins for GCC >= 4.8.

This commit drops the plugin support for GCC <= 4.7 a bit earlier,
which allows us to dump lots of code.

[1] https://lkml.org/lkml/2020/1/23/545

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
scripts/Kconfig.include
scripts/Makefile.build
scripts/Makefile.clean
scripts/Makefile.host
scripts/gcc-plugin.sh
scripts/gcc-plugins/Kconfig
scripts/gcc-plugins/Makefile