mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
Add uClibc-ng 1.0.25
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
a9f8a8e675
commit
2f1ff79386
@ -82,6 +82,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config LIBC_UCLIBC_NG_V_1_0_25
|
||||
bool
|
||||
prompt "1.0.25"
|
||||
select LIBC_UCLIBC_NG_1_0_15_or_later
|
||||
|
||||
config LIBC_UCLIBC_NG_V_1_0_24
|
||||
bool
|
||||
prompt "1.0.24"
|
||||
@ -121,6 +126,7 @@ config LIBC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "1.0.25" if LIBC_UCLIBC_NG_V_1_0_25
|
||||
default "1.0.24" if LIBC_UCLIBC_NG_V_1_0_24
|
||||
default "1.0.23" if LIBC_UCLIBC_NG_V_1_0_23
|
||||
default "1.0.22" if LIBC_UCLIBC_NG_V_1_0_22
|
||||
|
Loading…
Reference in New Issue
Block a user