diff options
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index 2ac01d7d73..39066d0c30 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -4,6 +4,7 @@ config GLIBC_VERSION string default "2.19" if EGLIBC_VERSION_2_19 default "2.21" if GLIBC_VERSION_2_21 + default "2.22" if GLIBC_VERSION_2_22 config EGLIBC_VERSION_2_19 default y if !TOOLCHAINOPTS @@ -12,10 +13,14 @@ config EGLIBC_VERSION_2_19 config GLIBC_VERSION_2_21 bool +config GLIBC_VERSION_2_22 + bool + config GLIBC_REVISION string default "25243" if EGLIBC_VERSION_2_19 default "4e42b5b8f8" if GLIBC_VERSION_2_21 + default "78bd7499af" if GLIBC_VERSION_2_22 default "" endif |