diff options
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index 4085f89c5e..ec8280f5dd 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -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 |