mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-24 02:11:20 +00:00
uClibc-ng: Add 1.0.19
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
812ed6856e
commit
583fe25c34
@ -78,9 +78,9 @@ choice
|
|||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
# List 1.0.17 first to make it default. 1.0.18 has issues with static libs.
|
# 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
|
bool
|
||||||
prompt "1.0.17"
|
prompt "1.0.19"
|
||||||
select LIBC_UCLIBC_NG_1_0_15_or_later
|
select LIBC_UCLIBC_NG_1_0_15_or_later
|
||||||
|
|
||||||
config LIBC_UCLIBC_NG_V_1_0_18
|
config LIBC_UCLIBC_NG_V_1_0_18
|
||||||
@ -89,6 +89,11 @@ config LIBC_UCLIBC_NG_V_1_0_18
|
|||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
select LIBC_UCLIBC_NG_1_0_15_or_later
|
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
|
config LIBC_UCLIBC_V_0_9_33_2
|
||||||
bool
|
bool
|
||||||
prompt "0.9.33.2"
|
prompt "0.9.33.2"
|
||||||
@ -100,6 +105,7 @@ config LIBC_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# 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.18" if LIBC_UCLIBC_NG_V_1_0_18
|
||||||
default "1.0.17" if LIBC_UCLIBC_NG_V_1_0_17
|
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
|
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user