1
1
Files
zyxel-vmg8825_b50b-cfw/toolchain/glibc/Config.version
T
2026-04-17 18:33:03 +02:00

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