mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
e59549b5a0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30478 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
270 B
Plaintext
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
|