Root/toolchain/glibc/Config.version

1config GLIBC_VERSION
2    string
3    depends on USE_GLIBC
4    default "2.14" if GLIBC_VERSION_2_14
5    default "2.14"
6
7config 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
12

Archive Download this file



interactive