diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-03 00:19:56 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-03 00:19:56 +0200 |
commit | 6cf1dab94039e918f6c61f048855a1860d0d508e (patch) | |
tree | beac75cb5e043325c118bf6709d60a9aec678617 /config/libc/glibc.in | |
parent | 0edbdfd24cf34593bc5e49ab2f3f2081de77495d (diff) | |
download | crosstool-ng-6cf1dab94039e918f6c61f048855a1860d0d508e.tar.gz crosstool-ng-6cf1dab94039e918f6c61f048855a1860d0d508e.tar.bz2 crosstool-ng-6cf1dab94039e918f6c61f048855a1860d0d508e.zip |
libc/glibc: add 2.13
Patchset provided by "Ioannis E. Venetis" <venetis@mail.capsl.udel.edu>
http://sourceware.org/ml/crossgcc/2011-04/msg00072.html
http://sourceware.org/ml/crossgcc/2011-04/msg00073.html
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 7ba32581..4c4f472b 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -41,6 +41,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_13 + bool + prompt "2.13 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_GLIBC_V_2_12_2 bool prompt "2.12.2 (EXPERIMENTAL)" @@ -108,6 +113,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.13" if LIBC_GLIBC_V_2_13 default "2.12.2" if LIBC_GLIBC_V_2_12_2 default "2.12.1" if LIBC_GLIBC_V_2_12_1 default "2.11.1" if LIBC_GLIBC_V_2_11_1 |