diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-29 23:19:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-29 23:19:26 +0000 |
commit | b26d52d9805ea25dce3e8ae81482c218efa9087f (patch) | |
tree | 32a22f219c878da35325236c0fcfbbbd9d8a9daf /toolchain/glibc/Config.in | |
parent | 88df28aab181d3660c8544bf16ec8784e3a7f050 (diff) | |
download | upstream-b26d52d9805ea25dce3e8ae81482c218efa9087f.tar.gz upstream-b26d52d9805ea25dce3e8ae81482c218efa9087f.tar.bz2 upstream-b26d52d9805ea25dce3e8ae81482c218efa9087f.zip |
glibc: switch to version 2.22 by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48555
Diffstat (limited to 'toolchain/glibc/Config.in')
-rw-r--r-- | toolchain/glibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in index 50e44c831d..00262dd406 100644 --- a/toolchain/glibc/Config.in +++ b/toolchain/glibc/Config.in @@ -1,7 +1,7 @@ choice prompt "(e)glibc version" depends on TOOLCHAINOPTS && USE_GLIBC - default EGLIBC_USE_VERSION_2_19 + default EGLIBC_USE_VERSION_2_22 help Select the version of glibc you wish to use. |