Fixed ticket #44
[openwrt-10.03/.git] / toolchain / Config.in
index 756deddd249cca753382cffe769cb1162302dd3d..67a331f0489dc6d76d6f095387011f8e590324e0 100644 (file)
@@ -3,7 +3,6 @@
 source "toolchain/uClibc/Config.in"
 source "toolchain/binutils/Config.in"
 source "toolchain/gcc/Config.in"
-source "toolchain/ccache/Config.in"
 
 if CONFIG_DEVEL
        comment "Common Toolchain Options"
@@ -25,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"