cleanup toolchain version handling
[openwrt/svn-archive/archive.git] / toolchain / eglibc / Config.in
index 2ae8da3e85c46edfe41b0ae5789a5163aa08743c..62ed24da9199b032f20994ae495971613f80e7a5 100644 (file)
@@ -22,11 +22,11 @@ choice
 
        config EGLIBC_VERSION_2_11
                bool "eglibc 2.11"
-               depends GCC_VERSION_4_3 || GCC_VERSION_4_4 || GCC_VERSION_4_5
+               depends !GCC_VERSION_LLVM
 
        config EGLIBC_VERSION_2_12
                bool "eglibc 2.12"
-               depends GCC_VERSION_4_3 || GCC_VERSION_4_4 || GCC_VERSION_4_5
+               depends !GCC_VERSION_LLVM
 
        config EGLIBC_VERSION_TRUNK
                bool "eglibc trunk"