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
commit7bf973ee4ed164fa451e2248531da96c0edbaeab (patch)
tree0b6a26da815bd53e1d734556d1aedac0e51afd51 /toolchain/eglibc/Config.in
parent33bd74b68fe9a0add20181ff707504c572197c1b (diff)
downloadmaster-187ad058-7bf973ee4ed164fa451e2248531da96c0edbaeab.tar.gz
master-187ad058-7bf973ee4ed164fa451e2248531da96c0edbaeab.tar.bz2
master-187ad058-7bf973ee4ed164fa451e2248531da96c0edbaeab.zip
[toolchain] add support for eglibc 2.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33738 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"