commit | 8034c2fb1225979b1cc9b9a12fa8094ca10b4fc3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon May 28 18:22:05 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 11 09:14:36 2018 +0900 |
tree | 7703f2b4d456c843630855d5eec93541ad4f4268 | |
parent | 5aadfdeb8de001ca04d500586e3b033404c28617 [diff] |
gcc-plugins: move GCC version check for PowerPC to Kconfig For PowerPC, GCC 5.2 is the requirement for GCC plugins. Move the version check to Kconfig so that the GCC plugin menus will be hidden if an older compiler is in use. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Kees Cook <keescook@chromium.org>