From 4e8ab6eefde8c4943df2374fc47774c0fc271475 Mon Sep 17 00:00:00 2001 From: Heiko Zuerker Date: Wed, 29 Dec 2010 19:34:53 +0100 Subject: libc/glibc: add 2.12.1 and 2.12.2 Signed-off-by: Heiko Zuerker diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 3c904bc..531555e 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -42,6 +42,16 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_12_2 + bool + prompt "2.12.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_GLIBC_V_2_12_1 + bool + prompt "2.12.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_GLIBC_V_2_11_1 bool prompt "2.11.1 (EXPERIMENTAL)" @@ -102,6 +112,8 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.12.2" if LIBC_GLIBC_V_2_12_2 + default "2.12.1" if LIBC_GLIBC_V_2_12_1 default "2.11.1" if LIBC_GLIBC_V_2_11_1 default "2.11" if LIBC_GLIBC_V_2_11 default "2.10.1" if LIBC_V_2_10_1 -- cgit v0.10.2-6-g49f6