uClibc-ng: Update to 1.0.11

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2016-01-12 08:51:09 -08:00
parent 182bdbc1b8
commit 8cae983532

View File

@ -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