use the new 4.3.3+cs toolchain for mips and arm - significantly improves code size...
[openwrt.git] / toolchain / gcc / Config.in
index a543b28..f0fb184 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.
@@ -39,6 +41,10 @@ if !LINUX_2_4
 
        config GCC_VERSION_LLVM
                bool "llvm-gcc 4.2"
+
+       config GCC_VERSION_4_3_3_CS
+               bool "gcc 4.3.3 with CodeSourcery enhancements"
+
 endif
 
 endchoice
This page took 0.022267 seconds and 4 git commands to generate.