1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 18:11:06 +03:00
openwrt-xburst/toolchain/glibc/Config.version
nbd e59549b5a0 glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch and testing by WillieNL)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-12 16:12:01 +00:00

12 lines
270 B
Plaintext

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