From 478e5f266df05b5f75badef59914c8b0e71e3e0e Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 6 Dec 2018 00:29:34 +0300 Subject: [PATCH] Add a hint about gcc plugins support --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.31.1