mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-23 18:10:24 +00:00
uClibc-ng needs to know whether it is 1.0.15+
This is workaround, as more packages require similar tweaks (some depend on X_Y_Z_or_later config variables either in kconfig, or in the build scripts. We should have a CT_CompareVersion, that will apply the default or per-package method of comparison. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
51a3606b17
commit
289188e6f2
@ -39,7 +39,11 @@ config LIBC_UCLIBC_CUSTOM_UCLIBC
|
||||
select LIBC_UCLIBC_0_9_33_2_or_later
|
||||
|
||||
config LIBC_UCLIBC_CUSTOM_UCLIBC_NG
|
||||
bool "uClibc-ng"
|
||||
bool "uClibc-ng (1.0.15 or later)"
|
||||
select LIBC_UCLIBC_NG_1_0_15_or_later
|
||||
|
||||
config LIBC_UCLIBC_CUSTOM_UCLIBC_NG_OLD
|
||||
bool "uClibc-ng (older than 1.0.15)"
|
||||
select LIBC_UCLIBC_NG_1_0_0_or_later
|
||||
|
||||
endchoice
|
||||
|
Loading…
x
Reference in New Issue
Block a user