ccache: update to 3.1.7
[lede-git/.git] / toolchain / glibc / Config.in
index e1bffdab2b0629dda2a71e0d3823c33ea193e3c1..1b87976d32540eb4aaed71b7c7b80b9c4296f1f2 100644 (file)
@@ -1,17 +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_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