Skip to content

Commit

Permalink
uClibc-ng: Update to 1.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Jan 12, 2016
1 parent 182bdbc commit 8cae983
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/libc/uClibc.in
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8cae983

Please sign in to comment.