Skip to content

Commit

Permalink
Add uClibc-ng 1.0.22
Browse files Browse the repository at this point in the history
... and declare 1.0.21 obsolete.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Feb 3, 2017
1 parent 1baddb1 commit a13e5b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/libc/uClibc.in
Expand Up @@ -81,9 +81,15 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config LIBC_UCLIBC_NG_V_1_0_22
bool
prompt "1.0.22"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_21
bool
prompt "1.0.21"
prompt "1.0.21 (OBSOLETE)"
depends on OBSOLETE
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_20
Expand All @@ -103,6 +109,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.0.22" if LIBC_UCLIBC_NG_V_1_0_22
default "1.0.21" if LIBC_UCLIBC_NG_V_1_0_21
default "1.0.20" if LIBC_UCLIBC_NG_V_1_0_20
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
Expand Down

0 comments on commit a13e5b5

Please sign in to comment.