X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=32dc33e277ee7ef80217318e6cb73216d627d381;hb=cb8f6debce9f144603fd86f0d87f3d1845ee9972;hp=37af938b3b7ad819831085f28b1b96ad6f2ae5f0;hpb=78b10bf7ff83d15619011e897a077ea00704d160;p=openwrt-10.03%2F.git diff --git a/toolchain/Config.in b/toolchain/Config.in index 37af938b3..32dc33e27 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" @@ -47,6 +54,7 @@ config TARGET_OPTIMIZATION default "-Os -pipe -march=i486 -funit-at-a-time" if i386 default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips default "-Os -pipe -mcpu=xscale -funit-at-a-time" if armeb + default "-Os -pipe -funit-at-a-time -mcpu=405" if LINUX_2_6_MAGICBOX default "-Os -pipe -funit-at-a-time" help Optimizations to use when building for the target host.