summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Makefile
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2011-06-18 11:14:05 +0000
committerMirko Vogt <mirko@openwrt.org>2011-06-18 11:14:05 +0000
commit7493d8260f816895c8963c6ecd99de7697985f1e (patch)
tree740ad2ad15877d8d8b47d2295610dbb4fc4c031f /toolchain/eglibc/Makefile
parentcdbb7815ea24346deb8c19f6914eaa1bb3616c12 (diff)
downloadmtk-20170518-7493d8260f816895c8963c6ecd99de7697985f1e.zip
mtk-20170518-7493d8260f816895c8963c6ecd99de7697985f1e.tar.gz
mtk-20170518-7493d8260f816895c8963c6ecd99de7697985f1e.tar.bz2
add support for eglibc version 2.13
SVN-Revision: 27215
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r--toolchain/eglibc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index 5d34c95..6be8097 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -36,6 +36,9 @@ endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_12),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12
endif
+ifneq ($(CONFIG_EGLIBC_VERSION_2_13),)
+ PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13
+endif
ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk
endif