X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=35dbba152ccb5712ba6178d59f8d2586ff7afb52;hb=4b635ddf433c81538ec08e4a21e6439f21255c4d;hp=c4f6e14f57f9baba111c545b06e18a66109c13a8;hpb=7e4be8edea219e2e688c2557961b1603bb71a7c2;p=openwrt-10.03%2F.git diff --git a/toolchain/Config.in b/toolchain/Config.in index c4f6e14f5..35dbba152 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -68,7 +68,7 @@ config SOFT_FLOAT bool prompt "Use software floating point by default" if TOOLCHAINOPTS default y - depends on arm || armeb || powerpc + depends on (arm || armeb || powerpc) && !HAS_FPU help If your target CPU does not have a Floating Point Unit (FPU) or a kernel FPU emulator, but you still wish to support floating point @@ -83,8 +83,10 @@ config TARGET_OPTIMIZATION default "-O2 -pipe -march=i686 -funit-at-a-time" if TARGET_x86_mediacenter default "-O2 -pipe -march=i486 -funit-at-a-time" if TARGET_x86 default "-Os -pipe -march=i486 -funit-at-a-time" if TARGET_rdc + default "-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time" if TARGET_ar71xx default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips - default "-Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time" if armeb || arm + default "-Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time" if TARGET_ixp4xx || TARGET_iop32x || TARGET_pxa || TARGET_orion + default "-Os -pipe -march=armv4t -mtune=arm9tdmi -funit-at-a-time" if TARGET_storm default "-Os -pipe -funit-at-a-time" help Optimizations to use when building for the target host.