diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 21:06:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 21:06:51 +0000 |
commit | 55a4a5467553f1dd70fe6455b488d183ee176bf7 (patch) | |
tree | 0a45c8f9ca2cf6c354bd2ba7feac92d348eee9b9 /openwrt/toolchain/Config.in.devel | |
parent | 40c280c75d43bd2738ed650af24a29303e5d1434 (diff) |
add -funit-at-a-time in trunk/ as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/Config.in.devel')
-rw-r--r-- | openwrt/toolchain/Config.in.devel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/toolchain/Config.in.devel b/openwrt/toolchain/Config.in.devel index c7ad48f7e4..2f2bbc426d 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. |