mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
64da662a88
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48780
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
if USE_GLIBC
|
|
|
|
config GLIBC_VERSION
|
|
string
|
|
default "2.22" if GLIBC_VERSION_2_22
|
|
|
|
config GLIBC_VERSION_2_22
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
endif
|