tools: add option BUILD_ALL_HOST_TOOLS to compile all host tools
[openwrt/staging/nbd.git] / config / Config-devel.in
index a068f694e5a9d91b4a76848f265df0139e628ccb..3f73cb404dfe56c2078f3e3f249a026d5ce9e0d5 100644 (file)
@@ -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 ""
@@ -76,6 +83,7 @@ menuconfig DEVEL
 
        config KERNEL_CFLAGS
                string "Kernel extra CFLAGS" if DEVEL
+               default "-falign-functions=32" if TARGET_bcm53xx
                default ""
 
        config EXTERNAL_KERNEL_TREE