X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/78b10bf7ff83d15619011e897a077ea00704d160..3d124095e990fd0ab21730fbc9541048643dbeb4:/toolchain/Config.in?ds=sidebyside diff --git a/toolchain/Config.in b/toolchain/Config.in index 37af938b3..7b0a0aaee 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -1,7 +1,14 @@ # +config NATIVE_TOOLCHAIN + bool + prompt "Use host's toolchain" if DEVEL && BROKEN + default n + help + If enabled, OpenWrt will compile using your existing toolchain instead of compiling one menuconfig TOOLCHAINOPTS bool "Toolchain Options" if DEVEL + depends !NATIVE_TOOLCHAIN source "toolchain/binutils/Config.in" source "toolchain/gcc/Config.in" @@ -13,13 +20,6 @@ config GDB help Enable if you want to build the gdb -config ENABLE_MULTILIB - bool - prompt "Enable multilib support?" if TOOLCHAINOPTS - default n - help - If you want multilib enabled, enable this... - config LARGEFILE bool prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS