use the new 4.3.3+cs toolchain for mips and arm - significantly improves code size...
[openwrt-10.03/.git] / toolchain / gcc / Config.in
index 2c0f93e79a3bfa813e5b08607439139ab858af42..f0fb184761fe6a588d05567c55230a5c8e2cce93 100644 (file)
@@ -11,6 +11,8 @@ choice
        default GCC_VERSION_4_3_3 if TARGET_coldfire
        default GCC_VERSION_4_4_0 if ubicom32
        default GCC_VERSION_4_4_1 if TARGET_octeon
+       default GCC_VERSION_4_3_3_CS if mips || mipsel
+       default GCC_VERSION_4_3_3_CS if arm || armeb
        default GCC_VERSION_4_1_2
        help
          Select the version of gcc you wish to use.