X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/de522c96ad1b71fd45b023bfb7f47fb97e21c8b5..746141c5169be9324292e211e2c4c80b4f606201:/openwrt/toolchain/Config.in.devel diff --git a/openwrt/toolchain/Config.in.devel b/openwrt/toolchain/Config.in.devel index c7ad48f7e..2f2bbc426 100644 --- a/openwrt/toolchain/Config.in.devel +++ b/openwrt/toolchain/Config.in.devel @@ -37,8 +37,8 @@ config BR2_SOFT_FLOAT config BR2_TARGET_OPTIMIZATION string "Target Optimizations" - default "-Os -pipe -march=i486" if BR2_i386 - default "-Os -pipe -mips32 -mtune=mips32" if BR2_mipsel + default "-Os -pipe -march=i486 -funit-at-a-time" if BR2_i386 + default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if BR2_mipsel help Optimizations to use when building for the target host.