mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +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
|
||||
# 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
|
||||
bool
|
||||
prompt "0.9.30.1"
|
||||
@ -51,6 +57,7 @@ config LIBC_VERSION
|
||||
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
|
||||
# Don't remove next line
|
||||
# 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" if LIBC_V_0_9_30
|
||||
default "0.9.29" if LIBC_V_0_9_29
|
||||
|
Loading…
Reference in New Issue
Block a user