X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Feglibc%2Fcommon.mk;h=483f57db829b718aaa141cc74f44ae9f2a0e38c2;hb=1c30e6851a9b8334b1699113b297b4e0b775581a;hp=5c8dc117ecfeadd234270d7f92800a52638b97ec;hpb=2b8f1c2d9bcbfd1494b37ecb5b4d5ea2d66440a2;p=openwrt-github%2F.git diff --git a/toolchain/eglibc/common.mk b/toolchain/eglibc/common.mk index 5c8dc117ec..483f57db82 100644 --- a/toolchain/eglibc/common.mk +++ b/toolchain/eglibc/common.mk @@ -21,6 +21,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_16),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_16 endif +ifneq ($(CONFIG_EGLIBC_VERSION_2_17),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_17 +endif PATCH_DIR:=$(PATH_PREFIX)/patches/$(PKG_VERSION) @@ -80,7 +83,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_17),y) ln -sf ../ports $(HOST_BUILD_DIR)/libc/ +endif endef define Host/Clean