From: Alexander Popov Date: Wed, 5 Dec 2018 21:29:34 +0000 (+0300) Subject: Add a hint about gcc plugins support X-Git-Tag: v0.5.2~71 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=inline;h=478e5f266df05b5f75badef59914c8b0e71e3e0e;p=kconfig-hardened-check.git Add a hint about gcc plugins support --- diff --git a/README.md b/README.md index 05973a2..95cd701 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,12 @@ optional arguments: [-] config check is NOT PASSED: 51 errors ``` + +N.B. If `CONFIG_GCC_PLUGIN*` options are automatically disabled during your kernel compilation, +that means that your gcc doesn't support plugins. For example, if you have `gcc-7` on Ubuntu, +try to install `gcc-7-plugin-dev` package, it should help. + + __Go and fix them all!__ [1]: http://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings