23 lines
400 B
Plaintext
Executable File
23 lines
400 B
Plaintext
Executable File
if USE_GLIBC
|
|
|
|
config GLIBC_VERSION
|
|
string
|
|
default "2.26" if GLIBC_VERSION_2_26
|
|
default "2.24" if GLIBC_VERSION_2_24
|
|
default "2.22" if GLIBC_VERSION_2_22
|
|
comment "glibc-2.24 needs kernel headers >= 3.2"
|
|
|
|
config GLIBC_VERSION_2_26
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config GLIBC_VERSION_2_24
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config GLIBC_VERSION_2_22
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
endif
|