glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch...
[openwrt/staging/lynxis/omap.git] / toolchain / glibc / Config.in
index 67ee7297555cfd99357ef7b31001d8acd6ff7045..1b87976d32540eb4aaed71b7c7b80b9c4296f1f2 100644 (file)
@@ -1,20 +1,11 @@
 choice
        prompt "glibc version" 
        depends on TOOLCHAINOPTS && USE_GLIBC
-       default GLIBC_VERSION_2_6_1
+       default GLIBC_VERSION_2_14
        help
          Select the version of glibc you wish to use.
 
-       config GLIBC_VERSION_2_3_6
-               bool "glibc 2.3.6"
-
-       config GLIBC_VERSION_2_4
-               bool "glibc 2.4"
-
-       config GLIBC_VERSION_2_6_1
-               bool "glibc 2.6.1"
-
-       config GLIBC_VERSION_2_7
-               bool "glibc 2.7"
+       config GLIBC_VERSION_2_14
+               bool "glibc 2.14"
 
 endchoice