X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d007394805916ceb2214bfd7e06d8a4899262c5..61e39de60333f2030060706b73ff34df1cb5839e:/openwrt/toolchain/Config.in.devel?ds=inline diff --git a/openwrt/toolchain/Config.in.devel b/openwrt/toolchain/Config.in.devel index 48fe1465d..d9223fbcd 100644 --- a/openwrt/toolchain/Config.in.devel +++ b/openwrt/toolchain/Config.in.devel @@ -5,7 +5,6 @@ menu "Toolchain Options" source "toolchain/uClibc/Config.in" source "toolchain/binutils/Config.in" source "toolchain/gcc/Config.in" -source "toolchain/gdb/Config.in" comment "Common Toolchain Options" @@ -37,7 +36,9 @@ config BR2_SOFT_FLOAT config BR2_TARGET_OPTIMIZATION string "Target Optimizations" - default "-Os -pipe -mips32 -mtune=mips32" + 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 || BR2_mips + default "-Os -pipe -funit-at-a-time" help Optimizations to use when building for the target host.