mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-25 13:28:36 +00:00
Make 1.0.19 experimental...
... and 1.0.17 default, again. Sigh. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
4c7f49fb6c
commit
713b1544b0
@ -77,10 +77,18 @@ choice
|
||||
# Don't remove next line
|
||||
# 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.
|
||||
# - 1.0.19 fails to build native GDB (unresolved references to libdl functions)
|
||||
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_NG_V_1_0_19
|
||||
bool
|
||||
prompt "1.0.19"
|
||||
depends on EXPERIMENTAL
|
||||
select LIBC_UCLIBC_NG_1_0_15_or_later
|
||||
|
||||
config LIBC_UCLIBC_NG_V_1_0_18
|
||||
@ -89,11 +97,6 @@ config LIBC_UCLIBC_NG_V_1_0_18
|
||||
depends on EXPERIMENTAL
|
||||
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
|
||||
bool
|
||||
prompt "0.9.33.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user