From 086e927448ba6263a3bfca21341e766d177b4842 Mon Sep 17 00:00:00 2001 From: Daniel Zimmermann Date: Sun, 16 Feb 2014 23:53:29 +0100 Subject: kernel/linux: pump glibc to version 2.19 pump glibc to version 2.19 Signed-off-by: '"Daniel Zimmermann" ' Message-Id: Patchwork-Id: 320827 diff --git a/config/libc/glibc.in b/config/libc/glibc.in index f2dc365..15e3aff 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_19 + bool + prompt "2.19" + config LIBC_GLIBC_V_2_18 bool prompt "2.18" @@ -89,6 +93,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.19" if LIBC_GLIBC_V_2_19 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 -- cgit v0.10.2-6-g49f6