diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-29 13:03:19 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-29 13:03:19 -0700 |
commit | 0683e0af9d6e3e7bfb1df77e0edefce4ceb376a0 (patch) | |
tree | 8381d4c010d9e7f517f9bd15a5dbc2174952dc14 /config/libc | |
parent | 347a1938a8079f616fda1915c9940d61c86beb10 (diff) | |
download | crosstool-ng-0683e0af9d6e3e7bfb1df77e0edefce4ceb376a0.tar.gz crosstool-ng-0683e0af9d6e3e7bfb1df77e0edefce4ceb376a0.tar.bz2 crosstool-ng-0683e0af9d6e3e7bfb1df77e0edefce4ceb376a0.zip |
Add uClibc-ng 1.0.23 and 1.0.24 releases
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 9d5e8fda..fcc179bd 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -82,6 +82,16 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_UCLIBC_NG_V_1_0_24 + bool + prompt "1.0.24" + select LIBC_UCLIBC_NG_1_0_15_or_later + +config LIBC_UCLIBC_NG_V_1_0_23 + bool + prompt "1.0.23" + select LIBC_UCLIBC_NG_1_0_15_or_later + config LIBC_UCLIBC_NG_V_1_0_22 bool prompt "1.0.22" @@ -111,6 +121,8 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "1.0.24" if LIBC_UCLIBC_NG_V_1_0_24 + default "1.0.23" if LIBC_UCLIBC_NG_V_1_0_23 default "1.0.22" if LIBC_UCLIBC_NG_V_1_0_22 default "1.0.21" if LIBC_UCLIBC_NG_V_1_0_21 default "1.0.20" if LIBC_UCLIBC_NG_V_1_0_20 |