[backfire] cleanup: toolchain/gcc: remove "broken" stuff
[openwrt-10.03/.git] / toolchain / gcc / Config.in
index 26ae069d4cdd56244e32efc206269781f6d17d5e..e7a1250df7ecca0bd1a23013cec2075839427b25 100644 (file)
@@ -12,7 +12,7 @@ choice
        default GCC_VERSION_4_4_3 if (TARGET_octeon)
        default GCC_VERSION_4_1_2
        help
-         Select the version of gcc you wish to use.
+           Select the version of gcc you wish to use.
 
        config GCC_VERSION_3_4_6
                bool "gcc 3.4.6"
@@ -27,6 +27,9 @@ if !LINUX_2_4
        config GCC_VERSION_4_3_3
                bool "gcc 4.3.3"
 
+       config GCC_VERSION_4_3_3_CS
+               bool "gcc 4.3.3 with CodeSourcery enhancements"
+
        config GCC_VERSION_4_3_4
                bool "gcc 4.3.4"
 
@@ -39,21 +42,6 @@ if !LINUX_2_4
        config GCC_VERSION_4_4_3
                bool "gcc 4.4.3"
 
-       config GCC_VERSION_LLVM
-               bool "llvm-gcc 4.2"
-               depends BROKEN
-
-       config GCC_VERSION_4_3_3_CS
-               bool "gcc 4.3.3 with CodeSourcery enhancements"
-
-       config GCC_VERSION_4_4_1_CS
-               bool "gcc 4.4.1 with CodeSourcery enhancements"
-               depends BROKEN
-
-       config GCC_VERSION_4_4_3_CS
-               bool "gcc 4.4.3 with CodeSourcery enhancements"
-               depends BROKEN
-
 endif
 
 endchoice