diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-12-01 08:37:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 08:37:16 -0800 |
commit | 8f55112b895fcd16758a005e10bed0195f01678e (patch) | |
tree | 5a2f248417998699d9b4d1d37a8c487f951c4df5 | |
parent | 812ed6856edef9b77442c5d55e85829f98780f2b (diff) | |
parent | 93dab0585b92954c6580f6826e5f12bb4c4aea90 (diff) | |
download | crosstool-ng-8f55112b895fcd16758a005e10bed0195f01678e.tar.gz crosstool-ng-8f55112b895fcd16758a005e10bed0195f01678e.tar.bz2 crosstool-ng-8f55112b895fcd16758a005e10bed0195f01678e.zip |
Merge pull request #480 from bhundven/update_uclibc-ng
uClibc-ng: Add 1.0.19
-rw-r--r-- | config/libc/uClibc.in | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index da74968a..160b1059 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -78,15 +78,9 @@ choice # CT_INSERT_VERSION_BELOW # List 1.0.17 first to make it default. 1.0.18 has issues with static libs. -config LIBC_UCLIBC_NG_V_1_0_17 +config LIBC_UCLIBC_NG_V_1_0_19 bool - prompt "1.0.17" - select LIBC_UCLIBC_NG_1_0_15_or_later - -config LIBC_UCLIBC_NG_V_1_0_18 - bool - prompt "1.0.18" - depends on EXPERIMENTAL + prompt "1.0.19" select LIBC_UCLIBC_NG_1_0_15_or_later config LIBC_UCLIBC_V_0_9_33_2 @@ -100,8 +94,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "1.0.18" if LIBC_UCLIBC_NG_V_1_0_18 - default "1.0.17" if LIBC_UCLIBC_NG_V_1_0_17 + default "1.0.19" if LIBC_UCLIBC_NG_V_1_0_19 default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2 endif # ! LIBC_UCLIBC_CUSTOM |