summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.gcc-plugins
diff options
context:
space:
mode:
authorEmese Revfy2016-06-18 08:28:34 +0200
committerKees Cook2016-08-09 02:49:05 +0200
commitd26e94149276f8c3d4911aa2c8395ba99b613c8d (patch)
tree95f0701f3db4443290b05a1239407b5062fba6dd /scripts/Makefile.gcc-plugins
parentprintk: Remove unnecessary #ifdef CONFIG_PRINTK (diff)
downloadkernel-qcow2-linux-d26e94149276f8c3d4911aa2c8395ba99b613c8d.tar.gz
kernel-qcow2-linux-d26e94149276f8c3d4911aa2c8395ba99b613c8d.tar.xz
kernel-qcow2-linux-d26e94149276f8c3d4911aa2c8395ba99b613c8d.zip
kbuild: no gcc-plugins during cc-option tests
The gcc-plugins arguments should not be included when performing cc-option tests. Steps to reproduce: 1) make mrproper 2) make defconfig 3) enable GCC_PLUGINS, GCC_PLUGIN_CYC_COMPLEXITY 4) enable FUNCTION_TRACER (it will select other options as well) 5) make && make modules Build errors: MODPOST 18 modules ERROR: "__fentry__" [net/netfilter/xt_nat.ko] undefined! ERROR: "__fentry__" [net/netfilter/xt_mark.ko] undefined! ERROR: "__fentry__" [net/netfilter/xt_addrtype.ko] undefined! ERROR: "__fentry__" [net/netfilter/xt_LOG.ko] undefined! ERROR: "__fentry__" [net/netfilter/nf_nat_sip.ko] undefined! ERROR: "__fentry__" [net/netfilter/nf_nat_irc.ko] undefined! ERROR: "__fentry__" [net/netfilter/nf_nat_ftp.ko] undefined! ERROR: "__fentry__" [net/netfilter/nf_nat.ko] undefined! Reported-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Emese Revfy <re.emese@gmail.com> [kees: renamed variable, clarified commit message] Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'scripts/Makefile.gcc-plugins')
0 files changed, 0 insertions, 0 deletions