diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-07 00:16:20 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-07 00:16:20 +0200 |
commit | 27847b8e14f823f6f4fd8f00fbd65341695cb221 (patch) | |
tree | 6b1bc481e12585a008b170a0396da55dbbf69240 /config/libc/glibc.in | |
parent | 342ade2ac8ce9c56d0416c495eb70fd885d53eea (diff) | |
download | crosstool-ng-27847b8e14f823f6f4fd8f00fbd65341695cb221.tar.gz crosstool-ng-27847b8e14f823f6f4fd8f00fbd65341695cb221.tar.bz2 crosstool-ng-27847b8e14f823f6f4fd8f00fbd65341695cb221.zip |
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.in | 5 |
1 files changed, 5 insertions, 0 deletions
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 |