add -funit-at-a-time in trunk/ as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2291 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2005-10-23 21:06:51 +00:00
parent ed106f1fcd
commit 18655fa0b1
4 changed files with 39 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ config BR2_SOFT_FLOAT
config BR2_TARGET_OPTIMIZATION
string
default "-Os -pipe -mips32 -mtune=mips32"
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"

View File

@@ -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.