X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=7b0a0aaeeed8f078496f283511446497804656a2;hb=2436f46eb23ae137716566ff8feb023b4a72f4a3;hp=37af938b3b7ad819831085f28b1b96ad6f2ae5f0;hpb=78b10bf7ff83d15619011e897a077ea00704d160;p=openwrt-10.03%2F.git 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