aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-12 14:42:38 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-12 14:42:38 +0000
commit154123a8c67ad4c5f7ece55053edc2396b9675c9 (patch)
treebbf4704d6a0d59d19908c10c2e8d4148e956c139 /toolchain/eglibc/Config.in
parent1eb14badf2bcac84c3fe3b7131f4866b29fe6eec (diff)
downloadupstream-154123a8c67ad4c5f7ece55053edc2396b9675c9.tar.gz
upstream-154123a8c67ad4c5f7ece55053edc2396b9675c9.tar.bz2
upstream-154123a8c67ad4c5f7ece55053edc2396b9675c9.zip
add support for eglibc 2.16
SVN-Revision: 33738
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r--toolchain/eglibc/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index 3f5d368c78..0336767cfb 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -17,6 +17,10 @@ choice
bool "eglibc 2.15"
depends !GCC_VERSION_LLVM
+ config EGLIBC_VERSION_2_16
+ bool "eglibc 2.16"
+ depends !GCC_VERSION_LLVM
+
endchoice
config EGLIBC_REVISION
@@ -26,6 +30,8 @@ config EGLIBC_REVISION
default "15508" if EGLIBC_VERSION_2_13
default "16488" if EGLIBC_VERSION_2_14
default "18909" if EGLIBC_VERSION_2_15
+ default "18909" if EGLIBC_VERSION_2_15
+ default "19922" if EGLIBC_VERSION_2_16
default ""
menu "eglibc configuration"