From 27847b8e14f823f6f4fd8f00fbd65341695cb221 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 Oct 2013 00:16:20 +0200 Subject: libc/glibc: add latest version Take two patches from upstream at the same time. Signed-off-by: "Yann E. MORIN" --- config/libc/glibc.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index f8ab1a05..bb9becc4 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -14,6 +14,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_18 + bool + prompt "2.18" + config LIBC_GLIBC_V_2_17 bool prompt "2.17" @@ -73,6 +77,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.18" if LIBC_GLIBC_V_2_18 default "2.17" if LIBC_GLIBC_V_2_17 default "2.16.0" if LIBC_GLIBC_V_2_16_0 default "2.15" if LIBC_GLIBC_V_2_15 -- cgit v1.2.3