From f6e4badfe4146c732fd3a1529cf6b1b270ea6ea3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 19 Jan 2016 22:58:51 +0000 Subject: toolchain: Add glibc 2.22 Signed-off-by: Michael Marley SVN-Revision: 48383 --- toolchain/glibc/Config.version | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/glibc/Config.version') diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index 2ac01d7..39066d0 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 -- cgit v1.1