toolchain: mark eglibc 2.19 broken
[openwrt/openwrt.git] / toolchain / glibc / Config.in
index 66ff2f4ff5c3cd764ba17751dfa68e55a8518c3c..2d936c3ffa5ecac778c523483e7d6f75adef0595 100644 (file)
@@ -1,18 +1,23 @@
 choice
        prompt "(e)glibc version"
        depends on TOOLCHAINOPTS && USE_GLIBC
-       default EGLIBC_USE_VERSION_2_19
+       default EGLIBC_USE_VERSION_2_22
        help
          Select the version of glibc you wish to use.
 
        config EGLIBC_USE_VERSION_2_19
                bool "eglibc 2.19"
+               depends on BROKEN
                select EGLIBC_VERSION_2_19
 
        config GLIBC_USE_VERSION_2_21
                bool "glibc 2.21"
                select GLIBC_VERSION_2_21
 
+       config GLIBC_USE_VERSION_2_22
+               bool "glibc 2.22"
+               select GLIBC_VERSION_2_22
+
 endchoice
 
 menu "eglibc configuration"