[toolchain/eglibc] drop support for eglibc version trunk/HEAD
[openwrt.git] / toolchain / glibc / Config.version
1 config GLIBC_VERSION
2         string
3         depends on USE_GLIBC
4         default "2.14"    if GLIBC_VERSION_2_14
5         default "2.14"
6
7 config GLIBC_PORTS
8         bool
9         depends on USE_GLIBC
10         default y  if GLIBC_VERSION_2_14 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc)
11         default n