Re: [PATCH v4 30/31] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST

2018-05-16 Thread Kees Cook
On Wed, May 16, 2018 at 11:17 PM, Masahiro Yamada wrote: > Now that the compiler's plugin support is checked in Kconfig, > all{yes,mod}config will not be bothered. > > Remove 'depends on !COMPILE_TEST' for GCC_PLUGINS. > > 'depends on !COMPILE_TEST' for the following three are still kept: > GCC_

[PATCH v4 30/31] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST

2018-05-16 Thread Masahiro Yamada
Now that the compiler's plugin support is checked in Kconfig, all{yes,mod}config will not be bothered. Remove 'depends on !COMPILE_TEST' for GCC_PLUGINS. 'depends on !COMPILE_TEST' for the following three are still kept: GCC_PLUGIN_CYC_COMPLEXITY GCC_PLUGIN_STRUCTLEAK_VERBOSE GCC_PLUGIN_RAN