1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2022-11-27 10:16:14 +00:00

22 lines
468 B
Plaintext

config UCLIBC_VERSION
string
depends on USE_UCLIBC
default "0.9.33.2" if UCLIBC_VERSION_0_9_33
default "0.9.32" if UCLIBC_VERSION_0_9_32
default "0.9.30.3" if UCLIBC_VERSION_0_9_30_3
default "0.9.29" if UCLIBC_VERSION_0_9_29
default "0.9.33.2"
config UCLIBC_VERSION_0_9_29
bool
config UCLIBC_VERSION_0_9_30_3
bool
config UCLIBC_VERSION_0_9_32
bool
config UCLIBC_VERSION_0_9_33
default y if !TOOLCHAINOPTS && USE_UCLIBC
bool