kisscommunity

kisscommunity.bvnf.space site sources
Log | Files | Refs | Submodules | README

commit 68f29ca91db1d099b597f56ba0933b250c0efcda
parent e122e7b514995688df22d799c884bece0357d304
Author: aabacchus <ben@bvnf.space>
Date:   Sat, 16 Jul 2022 20:56:47 +0100

kernel/config: consolidate options

Diffstat:
Mwiki/kernel/config/index.md | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/wiki/kernel/config/index.md b/wiki/kernel/config/index.md @@ -94,16 +94,14 @@ The following options are mandatory (when using busybox) (=n). are generated during the build process. These can be used to build eBPF tracing, or similar programs. +* `CONFIG_HAVE_GCC_PLUGINS`: This option enables loadable modules that provide + plugins for GCC which are useful for runtime instrumentation and static analysis. + Because gmp, mpc, and mpfr are bundled with our gcc instead of being built as standalone packages, the headers are missing. This results in build failures when building GCC Plugins. Either install gmp & mpc separately from gcc, or disable `CONFIG_HAVE_GCC_PLUGINS` in the kernel config. -The following options are mandatory (when using busybox) (=n). - -* `CONFIG_HAVE_GCC_PLUGINS`: This option enables loadable modules that provide - plugins for GCC which are useful for runtime instrumentation and static analysis. - ## [%[4.0]] Never lose your .config ever again