From 06153223e222ea65870ef11f803e898921b07ac7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 11 Aug 2007 10:57:18 +0000 Subject: 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). --- config/libc_glibc.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'config') diff --git a/config/libc_glibc.in b/config/libc_glibc.in index fbade0ff..05ac9ac4 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! -- cgit v1.2.3