summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-12 14:42:38 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-12 14:42:38 +0000
commit91c7f8937daba18d875a380adc3c07f77c93abb4 (patch)
tree0b6a26da815bd53e1d734556d1aedac0e51afd51 /toolchain/eglibc/Config.in
parent83743f9e5c79b7d2b466e4d43dfcb508e0c5259a (diff)
[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 3f5d368c7..0336767cf 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"