Skip to content

Commit

Permalink
uClibc-ng: Add 1.0.19
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Dec 1, 2016
1 parent 812ed68 commit 583fe25
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/libc/uClibc.in
Expand Up @@ -78,9 +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"
prompt "1.0.19"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_18
Expand All @@ -89,6 +89,11 @@ config LIBC_UCLIBC_NG_V_1_0_18
depends on EXPERIMENTAL
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_17
bool
prompt "1.0.17"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_V_0_9_33_2
bool
prompt "0.9.33.2"
Expand All @@ -100,6 +105,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.0.19" if LIBC_UCLIBC_NG_V_1_0_19
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 "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
Expand Down

0 comments on commit 583fe25

Please sign in to comment.