diff options
Diffstat (limited to 'toolchain/eglibc/common.mk')
-rw-r--r-- | toolchain/eglibc/common.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/eglibc/common.mk b/toolchain/eglibc/common.mk index 483f57db82..d54e09881f 100644 --- a/toolchain/eglibc/common.mk +++ b/toolchain/eglibc/common.mk @@ -24,6 +24,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_17),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_17 endif +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) @@ -83,7 +86,7 @@ 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) +ifneq ($(CONFIG_EGLIBC_VERSION_2_15)$(CONFIG_EGLIBC_VERSION_2_16),) ln -sf ../ports $(HOST_BUILD_DIR)/libc/ endif endef |