From 494bcf37512aea84c4661b0d930294b41c0b2832 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 30 Jan 2010 11:43:12 +0100 Subject: libc/glibc: add 2.11 and 2.11.1 diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 9a962f2..c06b514 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -14,6 +14,16 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_11_1 + bool + prompt "2.11.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_GLIBC_V_2_11 + bool + prompt "2.11 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_V_2_10_1 bool prompt "2.10.1 (EXPERIMENTAL)" @@ -66,6 +76,8 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "2.9" if LIBC_V_2_9 default "2.8" if LIBC_V_2_8 -- cgit v0.10.2-6-g49f6