e2fsprogs: Honor the global verbose flag
[librecmc/librecmc.git] / toolchain / glibc / Config.in
index b44d1f68183fe595eb5ee8176b807e7fdaa0ac14..036604f4a7c0616c6f5c10d4492d3971cb015ecc 100644 (file)
@@ -1,12 +1,12 @@
 choice
-       prompt "(e)glibc version"
+       prompt "glibc version"
        depends on TOOLCHAINOPTS && USE_GLIBC
-       default GLIBC_USE_VERSION_2_22
+       default GLIBC_USE_VERSION_2_24
        help
          Select the version of glibc you wish to use.
 
-       config GLIBC_USE_VERSION_2_22
-               bool "glibc 2.22"
-               select GLIBC_VERSION_2_22
+       config GLIBC_USE_VERSION_2_24
+               bool "glibc 2.24"
+               select GLIBC_VERSION_2_24
 
 endchoice