diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-devel.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in index 87f9157106..3f73cb404d 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.in @@ -45,6 +45,13 @@ menuconfig DEVEL This allows you to symlink build_dir into a scratch location, e.g. a ramdisk, which does not have enough space to keep a complete build_dir. + config BUILD_ALL_HOST_TOOLS + bool "Compile all host tools" if DEVEL + default n + help + Compile all host host tools even if not needed. This is needed to prepare a + universal precompiled host tools archive to use in another buildroot. + config BUILD_SUFFIX string "Build suffix to append to the target BUILD_DIR variable" if DEVEL default "" |