summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-02 22:19:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-02 22:19:56 (GMT)
commit6cf1dab94039e918f6c61f048855a1860d0d508e (patch)
treebeac75cb5e043325c118bf6709d60a9aec678617 /config
parent0edbdfd24cf34593bc5e49ab2f3f2081de77495d (diff)
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')
-rw-r--r--config/libc/glibc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 7ba3258..4c4f472 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