summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-19 22:58:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-19 22:58:51 +0000
commitf6e4badfe4146c732fd3a1529cf6b1b270ea6ea3 (patch)
treeed6edd9eb60964e1ab0eb874e7f71bc95c2a04b6 /toolchain/glibc/Config.in
parent7c2356e2a011efbc146bd20b8136a06ea0000620 (diff)
downloadmaster-31e0f0ae-f6e4badfe4146c732fd3a1529cf6b1b270ea6ea3.tar.gz
master-31e0f0ae-f6e4badfe4146c732fd3a1529cf6b1b270ea6ea3.tar.bz2
master-31e0f0ae-f6e4badfe4146c732fd3a1529cf6b1b270ea6ea3.zip
toolchain: Add glibc 2.22
Signed-off-by: Michael Marley <michael@michaelmarley.com> SVN-Revision: 48383
Diffstat (limited to 'toolchain/glibc/Config.in')
-rw-r--r--toolchain/glibc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in
index 66ff2f4ff5..50e44c831d 100644
--- a/toolchain/glibc/Config.in
+++ b/toolchain/glibc/Config.in
@@ -13,6 +13,10 @@ choice
bool "glibc 2.21"
select GLIBC_VERSION_2_21
+ config GLIBC_USE_VERSION_2_22
+ bool "glibc 2.22"
+ select GLIBC_VERSION_2_22
+
endchoice
menu "eglibc configuration"