Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'gcc-plugins-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull gcc-plugins fix from Kees Cook:
"Build flexibility fix: allow builds to disable plugins even when
plugins available (Arnd Bergmann)"

* tag 'gcc-plugins-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again

+4 -5
+4 -5
scripts/gcc-plugins/Kconfig
··· 14 14 An arch should select this symbol if it supports building with 15 15 GCC plugins. 16 16 17 - config GCC_PLUGINS 18 - bool 17 + menuconfig GCC_PLUGINS 18 + bool "GCC plugins" 19 19 depends on HAVE_GCC_PLUGINS 20 20 depends on PLUGIN_HOSTCC != "" 21 21 default y ··· 25 25 26 26 See Documentation/core-api/gcc-plugins.rst for details. 27 27 28 - menu "GCC plugins" 29 - depends on GCC_PLUGINS 28 + if GCC_PLUGINS 30 29 31 30 config GCC_PLUGIN_CYC_COMPLEXITY 32 31 bool "Compute the cyclomatic complexity of a function" if EXPERT ··· 112 113 bool 113 114 depends on GCC_PLUGINS && ARM 114 115 115 - endmenu 116 + endif