summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-10-06 22:16:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-10-06 22:16:20 (GMT)
commit27847b8e14f823f6f4fd8f00fbd65341695cb221 (patch)
tree6b1bc481e12585a008b170a0396da55dbbf69240 /config/libc/glibc.in
parent342ade2ac8ce9c56d0416c495eb70fd885d53eea (diff)
libc/glibc: add latest version
Take two patches from upstream at the same time. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index f8ab1a0..bb9becc 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