diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 07:33:28 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 07:33:28 +0000 |
commit | 51754d7d1d91c0da54a4728900602edee1454386 (patch) | |
tree | 5d8c1fc93ce7dbdb1374315adefb02513cf46266 /toolchain/eglibc/Config.in | |
parent | 74fecd036611e881eeace99d31017e4b70bac70c (diff) | |
download | upstream-51754d7d1d91c0da54a4728900602edee1454386.tar.gz upstream-51754d7d1d91c0da54a4728900602edee1454386.tar.bz2 upstream-51754d7d1d91c0da54a4728900602edee1454386.zip |
when selecting eglibc, use version 2.12 by default
SVN-Revision: 27213
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r-- | toolchain/eglibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index 62ed24da91..1800d7c6dd 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. |