SmartAudio/toolchain/glibc/Config.version

21 lines
312 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
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