From 91c7f8937daba18d875a380adc3c07f77c93abb4 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 12 Oct 2012 14:42:38 +0000 Subject: [toolchain] add support for eglibc 2.16 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33738 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/eglibc/common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/eglibc/common.mk') 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) -- cgit v1.2.3