diff options
author | Daniel Zimmermann <netzimme@gmail.com> | 2014-02-16 23:53:29 +0100 |
---|---|---|
committer | Daniel Zimmermann <netzimme@gmail.com> | 2014-02-16 23:53:29 +0100 |
commit | 086e927448ba6263a3bfca21341e766d177b4842 (patch) | |
tree | a2fa7699d7ed6ce079fde20d33af4bae42a2a4db /config/libc/glibc.in | |
parent | 56ea64c32263c61c3696f3653f2032e2c6cbc2d3 (diff) | |
download | crosstool-ng-086e927448ba6263a3bfca21341e766d177b4842.tar.gz crosstool-ng-086e927448ba6263a3bfca21341e766d177b4842.tar.bz2 crosstool-ng-086e927448ba6263a3bfca21341e766d177b4842.zip |
kernel/linux: pump glibc to version 2.19
pump glibc to version 2.19
Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>'
Message-Id: <b9df94ed76365f8bfd0b.1392591214@haus-VirtualBox>
Patchwork-Id: 320827
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index f2dc3658..15e3aff1 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 |