drop eglibc version 2.12
[openwrt/openwrt.git] / toolchain / eglibc / Config.in
index e94493d6474f19f7aaa3ef19d05a749421a658ab..a8d3de6f5316eb39df825d5dc802d58daf6440b8 100644 (file)
@@ -5,10 +5,6 @@ choice
        help
          Select the version of eglibc you wish to use.
 
-       config EGLIBC_VERSION_2_12
-               bool "eglibc 2.12"
-               depends !GCC_VERSION_LLVM
-
        config EGLIBC_VERSION_2_13
                bool "eglibc 2.13"
                depends !GCC_VERSION_LLVM
@@ -26,7 +22,6 @@ config EGLIBC_REVISION
        string
        prompt "eglibc revision"
        depends on TOOLCHAINOPTS && USE_EGLIBC
-       default "14661" if EGLIBC_VERSION_2_12
        default "15508" if EGLIBC_VERSION_2_13
        default "16488" if EGLIBC_VERSION_2_14
        default "HEAD"  if EGLIBC_VERSION_TRUNK