summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-10-30 19:18:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-10-30 19:18:45 (GMT)
commit33f66b807db38063a20b3065990b2495410222db (patch)
treebc78072be64332856170502c0c116b193ddd1747 /config
parent66fc264900131a3f0d38ae94a1f5001945bdc53d (diff)
Add EXPERIMENTAL glibc-2.7.
Diffstat (limited to 'config')
-rw-r--r--config/libc_glibc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc_glibc.in b/config/libc_glibc.in
index 99e6415..e4359b7 100644
--- a/config/libc_glibc.in
+++ b/config/libc_glibc.in
@@ -25,6 +25,11 @@ config LIBC_V_2_6_1
bool
prompt "2.6.1"
+config LIBC_V_2_7
+ bool
+ prompt "2.7"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -37,6 +42,7 @@ config LIBC_VERSION
default "2.5.1" if LIBC_V_2_5_1
default "2.6" if LIBC_V_2_6
default "2.6.1" if LIBC_V_2_6_1
+ default "2.7" if LIBC_V_2_7
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!