[backfire] cleanup: toolchain/gcc: remove "broken" stuff
[openwrt-10.03/.git] / toolchain / gcc / Config.version
index 8cd8df401905d4b9754bd0cc8adfa97c749b9bd2..51163094fc9dbf8afe4a8303a01627e3baf96fa4 100644 (file)
@@ -6,12 +6,9 @@ config GCC_VERSION
        default "4.3.3"     if GCC_VERSION_4_3_3
        default "4.3.3+cs"  if GCC_VERSION_4_3_3_CS
        default "4.3.4"     if GCC_VERSION_4_3_4
-       default "4.4.1"     if GCC_VERSION_4_4_1
-       default "4.4.1+cs"  if GCC_VERSION_4_4_1_CS
-       default "4.4.2"     if GCC_VERSION_4_4_2
-       default "4.4.3"     if GCC_VERSION_4_4_3
-       default "4.4.3+cs"  if GCC_VERSION_4_4_3_CS
-       default "llvm"      if GCC_VERSION_LLVM
+       default "4.4.1"     if GCC_VERSION_4_4_1
+       default "4.4.2"     if GCC_VERSION_4_4_2
+       default "4.4.3"     if GCC_VERSION_4_4_3
        default "4.1.2"
 
 config GCC_VERSION_3
@@ -38,7 +35,6 @@ config GCC_VERSION_4_1
 config GCC_VERSION_4_2
        bool
        default y       if GCC_VERSION_4_2_4
-       default y       if GCC_VERSION_LLVM
 
 config GCC_VERSION_4_3
        bool
@@ -49,10 +45,8 @@ config GCC_VERSION_4_3
 config GCC_VERSION_4_4
        bool
        default y       if GCC_VERSION_4_4_1
-       default y       if GCC_VERSION_4_4_1_CS
        default y       if GCC_VERSION_4_4_2
        default y       if GCC_VERSION_4_4_3
-       default y       if GCC_VERSION_4_4_3_CS
 
 endif