From 4b173045e97ab47f92bc27e9bef3a04f5742b263 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 13 Nov 2009 21:37:18 +0100 Subject: libc/glibc: add 2.10.1 Woo... It seems the glibc guys finally decided that tarballs were not deprecated, in fact. The patchset was vampirised from Gentoo (kudos, guys!), and applies to glibc+ports, so that's why it's been added as a patchset against ports, not against glibc. --- config/libc/glibc.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index ac57fa0a..9a962f20 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -14,6 +14,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_V_2_10_1 + bool + prompt "2.10.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select LIBC_GLIBC_USE_PORTS + config LIBC_V_2_9 bool prompt "2.9" @@ -60,6 +66,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "2.7" if LIBC_V_2_7 -- cgit v1.2.3