From f3087c7e4e0605b448dc2124f1e920506fa1a1ad Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 24 Feb 2014 15:35:10 +0000 Subject: eglibc: remove versions 2.16 and 2.17 - they are unmaintained Signed-off-by: Felix Fietkau SVN-Revision: 39743 --- toolchain/eglibc/common.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'toolchain/eglibc/common.mk') diff --git a/toolchain/eglibc/common.mk b/toolchain/eglibc/common.mk index d54e09881f..f1e3f30455 100644 --- a/toolchain/eglibc/common.mk +++ b/toolchain/eglibc/common.mk @@ -18,12 +18,6 @@ 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 -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 @@ -86,7 +80,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_15)$(CONFIG_EGLIBC_VERSION_2_16),) +ifneq ($(CONFIG_EGLIBC_VERSION_2_15),) ln -sf ../ports $(HOST_BUILD_DIR)/libc/ endif endef -- cgit v1.2.3