fix potential inconsistencies in toolchain selection on linux 2.4
[openwrt/staging/dedeckeh.git] / toolchain / gcc / Config.in
index 07f050aad5094c8c4e60c3d9526aafecfc90ee40..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.
@@ -36,6 +38,13 @@ if !LINUX_2_4
 
        config GCC_VERSION_4_4_1
                bool "gcc 4.4.1"
+
+       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