blob: 466794fa8c2e97731af44c03890407e249b5370f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | config GLIBC_VERSION
	string
	depends on USE_GLIBC
	default "2.14"    if GLIBC_VERSION_2_14
	default "2.14"
config GLIBC_PORTS
	bool
	depends on USE_GLIBC
	default y  if GLIBC_VERSION_2_14 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc)
	default n
 |