From 6cf1dab94039e918f6c61f048855a1860d0d508e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 3 May 2011 00:19:56 +0200 Subject: libc/glibc: add 2.13 Patchset provided by "Ioannis E. Venetis" http://sourceware.org/ml/crossgcc/2011-04/msg00072.html http://sourceware.org/ml/crossgcc/2011-04/msg00073.html Signed-off-by: "Yann E. MORIN" --- config/libc/glibc.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 7ba32581..4c4f472b 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -41,6 +41,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_13 + bool + prompt "2.13 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_GLIBC_V_2_12_2 bool prompt "2.12.2 (EXPERIMENTAL)" @@ -108,6 +113,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.13" if LIBC_GLIBC_V_2_13 default "2.12.2" if LIBC_GLIBC_V_2_12_2 default "2.12.1" if LIBC_GLIBC_V_2_12_1 default "2.11.1" if LIBC_GLIBC_V_2_11_1 -- cgit v1.2.3