X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..6516b8e39a52b3df85edc753aeb3bfe45ab8b66e:/openwrt/toolchain/Config.in diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 22a11e7d6..c90111c8d 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -7,21 +7,20 @@ source "toolchain/uClibc/Config.in" source "toolchain/binutils/Config.in" source "toolchain/gcc/Config.in" source "toolchain/ccache/Config.in" -source "toolchain/gdb/Config.in" comment "Common Toolchain Options" config BR2_ENABLE_MULTILIB bool "Enable multilib support?" - default y + default n help If you want multilib enabled, enable this... config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" depends on !BR2_cris - default y + default n help Enable large file (files > 2 GB) support