summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-13 20:37:18 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-13 20:37:18 (GMT)
commit4b173045e97ab47f92bc27e9bef3a04f5742b263 (patch)
tree5c907ac100fc957240f4936d58c16a26554cfcdf /config
parent590ca63f0dc6a548e2254d71b065efbf38ed85d8 (diff)
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.
Diffstat (limited to 'config')
-rw-r--r--config/libc/glibc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index ac57fa0..9a962f2 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