diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2011-02-12 17:30:53 +0100 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2011-02-12 17:30:53 +0100 |
commit | 3cb87f6cd8c15843dfd7448416cbd478b6cc3058 (patch) | |
tree | 8cd8e3de616d671e1bc34bbe3dbfddadc6a26411 /config/libc/eglibc.in | |
parent | ea70303d73146dcaa2990d2ef0c84f1f3de48801 (diff) | |
download | crosstool-ng-3cb87f6cd8c15843dfd7448416cbd478b6cc3058.tar.gz crosstool-ng-3cb87f6cd8c15843dfd7448416cbd478b6cc3058.tar.bz2 crosstool-ng-3cb87f6cd8c15843dfd7448416cbd478b6cc3058.zip |
libc/eglibc: Add 2.13 branch
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index b6214beb..5db68ed4 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -18,6 +18,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_13 + bool + prompt "2_13" + depends on EXPERIMENTAL + config LIBC_EGLIBC_V_2_12 bool prompt "2_12" @@ -68,6 +73,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_13" if LIBC_EGLIBC_V_2_13 default "2_12" if LIBC_EGLIBC_V_2_12 default "2_11" if LIBC_EGLIBC_V_2_11 default "2_10" if LIBC_EGLIBC_V_2_10 |