summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-11 10:57:18 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-11 10:57:18 (GMT)
commit06153223e222ea65870ef11f803e898921b07ac7 (patch)
treed5c05ba2792fbaf92f4a1c05763c4b03c88b962a /config
parent25f164c32fad4917ad3e4e934dafac74a4e1e7c6 (diff)
Add glibc: 2.5.1 - 2.6 - 2.6.1.
Apply the same patches as glibc 2.5: they apply without any problem (except for ridiculously small offsets).
Diffstat (limited to 'config')
-rw-r--r--config/libc_glibc.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/libc_glibc.in b/config/libc_glibc.in
index fbade0f..05ac9ac 100644
--- a/config/libc_glibc.in
+++ b/config/libc_glibc.in
@@ -106,6 +106,21 @@ config LIBC_V_2_5
bool
prompt "2.5"
+config LIBC_V_2_5_1
+ bool
+ prompt "2.5.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_V_2_6
+ bool
+ prompt "2.6 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_V_2_6_1
+ bool
+ prompt "2.6.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -133,6 +148,9 @@ config LIBC_VERSION
default "2.3.6" if LIBC_V_2_3_6
default "2.4" if LIBC_V_2_4
default "2.5" if LIBC_V_2_5
+ 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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!