glibc: add 2.24
[openwrt/staging/yousong.git] / toolchain / glibc / Config.version
index 4085f89c5efca04eea0e938f57013437d154c08f..ec8280f5dd00a25c3667e4bb3daec085fa27a413 100644 (file)
@@ -3,9 +3,13 @@ if USE_GLIBC
 config GLIBC_VERSION
        string
        default "2.22" if GLIBC_VERSION_2_22
+       default "2.24" if GLIBC_VERSION_2_24
 
 config GLIBC_VERSION_2_22
        default y if !TOOLCHAINOPTS
        bool
 
+config GLIBC_VERSION_2_24
+       bool
+
 endif