diff options
author | Alexey Neyman <stilor@att.net> | 2016-09-11 12:39:42 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-10-04 17:47:15 -0700 |
commit | f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332 (patch) | |
tree | 5429960e3c0834dbf8c497e93c4a82dcfcaf5dd2 /config/libc | |
parent | 202ca9b7d4fcf06e19af34c8718353aa8ffe41f8 (diff) | |
download | crosstool-ng-f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332.tar.gz crosstool-ng-f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332.tar.bz2 crosstool-ng-f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332.zip |
Add uClibc-ng 1.0.17.
Also, support uClibc-ng in addToolVersion.sh
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 6d814da8..5ce2674c 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -75,6 +75,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_UCLIBC_NG_V_1_0_17 + bool + prompt "1.0.17" + select LIBC_UCLIBC_NG_1_0_14_or_later + config LIBC_UCLIBC_NG_V_1_0_14 bool prompt "1.0.14" @@ -91,6 +96,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "1.0.17" if LIBC_UCLIBC_NG_V_1_0_17 default "1.0.14" if LIBC_UCLIBC_NG_V_1_0_14 default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2 |