mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
libc/uClibc: add latest version 0.9.30.2
This commit is contained in:
parent
0e9551967c
commit
9a1941ac37
@ -14,6 +14,12 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config LIBC_UCLIBC_V_0_9_30_2
|
||||||
|
bool
|
||||||
|
prompt "0.9.30.2 (EXPERIMENTAL)"
|
||||||
|
depends on EXPERIMENTAL
|
||||||
|
select LIBC_UCLIBC_0_9_30_or_later
|
||||||
|
|
||||||
config LIBC_V_0_9_30_1
|
config LIBC_V_0_9_30_1
|
||||||
bool
|
bool
|
||||||
prompt "0.9.30.1"
|
prompt "0.9.30.1"
|
||||||
@ -51,6 +57,7 @@ config LIBC_VERSION
|
|||||||
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
|
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
|
default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2
|
||||||
default "0.9.30.1" if LIBC_V_0_9_30_1
|
default "0.9.30.1" if LIBC_V_0_9_30_1
|
||||||
default "0.9.30" if LIBC_V_0_9_30
|
default "0.9.30" if LIBC_V_0_9_30
|
||||||
default "0.9.29" if LIBC_V_0_9_29
|
default "0.9.29" if LIBC_V_0_9_29
|
||||||
|
Loading…
Reference in New Issue
Block a user