Skip to content

Commit

Permalink
Add a hint about gcc plugins support
Browse files Browse the repository at this point in the history
  • Loading branch information
a13xp0p0v committed Dec 5, 2018
1 parent a4019f8 commit 478e5f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 478e5f2

Please sign in to comment.