Skip to content

Commit

Permalink
uClibc-ng: Update to 1.0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Feb 5, 2016
1 parent 62abbd5 commit c20075f
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_11
config LIBC_UCLIBC_NG_V_1_0_12
bool
prompt "1.0.11"
select LIBC_UCLIBC_NG_1_0_11_or_later
prompt "1.0.12"
select LIBC_UCLIBC_NG_1_0_12_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.11" if LIBC_UCLIBC_NG_V_1_0_11
default "1.0.12" if LIBC_UCLIBC_NG_V_1_0_12
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2

endif # ! LIBC_UCLIBC_CUSTOM

config LIBC_UCLIBC_NG_1_0_11_or_later
config LIBC_UCLIBC_NG_1_0_12_or_later
bool
select LIBC_UCLIBC_NG_1_0_0_or_later

Expand Down

0 comments on commit c20075f

Please sign in to comment.