diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:43:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:43:49 +0000 |
commit | 5d50acec9dd36382ce0268f9a9ce4f1020ed32b4 (patch) | |
tree | 6a9057fffaa6ea5517d1d058a02fab9b9de2fa2e /toolchain/eglibc/Config.in | |
parent | 72d33803e7eae9924d7f96bb394549909838e322 (diff) | |
download | upstream-5d50acec9dd36382ce0268f9a9ce4f1020ed32b4.tar.gz upstream-5d50acec9dd36382ce0268f9a9ce4f1020ed32b4.tar.bz2 upstream-5d50acec9dd36382ce0268f9a9ce4f1020ed32b4.zip |
eglibc: use 2.15 by default
SVN-Revision: 32104
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 bbb7f40427..3f5d368c78 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_13 + default EGLIBC_VERSION_2_15 help Select the version of eglibc you wish to use. |