add bitchx package from Duncan, thx
[openwrt-10.03/.git] / toolchain / Config.in
index 67a331f0489dc6d76d6f095387011f8e590324e0..080d87761fdfb14096553e7b73f00411d2b73aaf 100644 (file)
@@ -24,5 +24,6 @@ config BR2_SOFT_FLOAT
 
 config BR2_TARGET_OPTIMIZATION
        string
-       default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"
-
+       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"