21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
if USE_GLIBC
|
|
|
|
config GLIBC_VERSION
|
|
string
|
|
default "2.11" if GLIBC_VERSION_2_11
|
|
default "2.23" if GLIBC_VERSION_2_23
|
|
|
|
config GLIBC_VERSION_2_11
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config GLIBC_VERSION_2_22
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config GLIBC_VERSION_2_23
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
endif
|