X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8fa2c7e46da768d3f37d106f16da5699e4475a49..0a69209c2bd9fbc893609965a7b5a3db9d0794e4:/toolchain/Config.in.devel diff --git a/toolchain/Config.in.devel b/toolchain/Config.in.devel index c7ad48f7e..d9223fbcd 100644 --- a/toolchain/Config.in.devel +++ b/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,8 +36,9 @@ 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 || BR2_mips + default "-Os -pipe -funit-at-a-time" help Optimizations to use when building for the target host.