X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Feglibc%2Fcommon.mk;h=f1e3f304559c151d8c027a2e6aff6c3ddde9daf7;hb=e37c444450c6af3e3adc23078cc7f29f27b1e712;hp=5c8dc117ecfeadd234270d7f92800a52638b97ec;hpb=83e392ba73f33a0371e4b7dc8ed02e01a6459d87;p=lede-git%2F.git diff --git a/toolchain/eglibc/common.mk b/toolchain/eglibc/common.mk index 5c8dc117ec..f1e3f30455 100644 --- a/toolchain/eglibc/common.mk +++ b/toolchain/eglibc/common.mk @@ -18,8 +18,8 @@ PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2 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 +ifneq ($(CONFIG_EGLIBC_VERSION_2_19),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_19 endif PATCH_DIR:=$(PATH_PREFIX)/patches/$(PKG_VERSION) @@ -80,7 +80,9 @@ define Host/Prepare $(call Host/Prepare/Default) ln -snf $(PKG_SOURCE_SUBDIR) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) $(SED) 's,y,n,' $(HOST_BUILD_DIR)/libc/option-groups.defaults +ifneq ($(CONFIG_EGLIBC_VERSION_2_15),) ln -sf ../ports $(HOST_BUILD_DIR)/libc/ +endif endef define Host/Clean