summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/common.mk
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/common.mk
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/common.mk')
-rw-r--r--toolchain/eglibc/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/common.mk b/toolchain/eglibc/common.mk
index 9f7916ee7..c34c61240 100644
--- a/toolchain/eglibc/common.mk
+++ b/toolchain/eglibc/common.mk
@@ -24,6 +24,9 @@ endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_15),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_15
endif
+ifneq ($(CONFIG_EGLIBC_VERSION_2_16),)
+ PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_16
+endif
PATCH_DIR:=$(PATH_PREFIX)/patches/$(PKG_VERSION)