summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2011-06-18 07:33:28 +0000
committerMirko Vogt <mirko@openwrt.org>2011-06-18 07:33:28 +0000
commit51754d7d1d91c0da54a4728900602edee1454386 (patch)
tree5d8c1fc93ce7dbdb1374315adefb02513cf46266 /toolchain/eglibc
parent74fecd036611e881eeace99d31017e4b70bac70c (diff)
downloadmtk-20170518-51754d7d1d91c0da54a4728900602edee1454386.zip
mtk-20170518-51754d7d1d91c0da54a4728900602edee1454386.tar.gz
mtk-20170518-51754d7d1d91c0da54a4728900602edee1454386.tar.bz2
when selecting eglibc, use version 2.12 by default
SVN-Revision: 27213
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index 62ed24d..1800d7c 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -1,7 +1,7 @@
choice
prompt "eglibc version"
depends on TOOLCHAINOPTS && USE_EGLIBC
- default EGLIBC_VERSION_2_8
+ default EGLIBC_VERSION_2_12
help
Select the version of eglibc you wish to use.