diff options
Diffstat (limited to 'toolchain/eglibc/common.mk')
-rw-r--r-- | toolchain/eglibc/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/common.mk b/toolchain/eglibc/common.mk index 9f7916ee7a..c34c612402 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) |