X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=35dbba152ccb5712ba6178d59f8d2586ff7afb52;hb=227367d3a32d0593c717a1cf00447df83752bbd7;hp=a6b0683498ca9929cc12a9d88e14752012c21231;hpb=18aeebfc58638705326c09bb48d96900deaf2b39;p=openwrt.git diff --git a/toolchain/Config.in b/toolchain/Config.in index a6b0683498..35dbba152c 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,9 @@ 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 TARGET_ixp4xx || TARGET_iop32x || TARGET_pxa + 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