diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-12 08:51:09 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-12 08:51:09 -0800 |
commit | 8cae983532b4f574f3806d9509b858f5ca12c8a3 (patch) | |
tree | 7d7de1d646bdc41df37dd4e093360877634f5871 /config/libc/uClibc.in | |
parent | 182bdbc1b8cd1a53e0e468f5c71ef27043a08ae9 (diff) | |
download | crosstool-ng-8cae983532b4f574f3806d9509b858f5ca12c8a3.tar.gz crosstool-ng-8cae983532b4f574f3806d9509b858f5ca12c8a3.tar.bz2 crosstool-ng-8cae983532b4f574f3806d9509b858f5ca12c8a3.zip |
uClibc-ng: Update to 1.0.11
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index ae26f3a2..7948b9a1 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -75,10 +75,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config LIBC_UCLIBC_NG_V_1_0_9 +config LIBC_UCLIBC_NG_V_1_0_11 bool - prompt "1.0.9" - select LIBC_UCLIBC_NG_1_0_9_or_later + prompt "1.0.11" + select LIBC_UCLIBC_NG_1_0_11_or_later config LIBC_UCLIBC_V_0_9_33_2 bool @@ -91,12 +91,12 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "1.0.9" if LIBC_UCLIBC_NG_V_1_0_9 + default "1.0.11" if LIBC_UCLIBC_NG_V_1_0_11 default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2 endif # ! LIBC_UCLIBC_CUSTOM -config LIBC_UCLIBC_NG_1_0_9_or_later +config LIBC_UCLIBC_NG_1_0_11_or_later bool select LIBC_UCLIBC_NG_1_0_0_or_later |