1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 15:18:34 +03:00
openwrt-xburst/toolchain/glibc/Config.in
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
212 B
Plaintext

choice
prompt "glibc version"
depends on TOOLCHAINOPTS && USE_GLIBC
default GLIBC_VERSION_2_14
help
Select the version of glibc you wish to use.
config GLIBC_VERSION_2_14
bool "glibc 2.14"
endchoice