aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/common.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:10 +0000
commitf3087c7e4e0605b448dc2124f1e920506fa1a1ad (patch)
treeae870fe25cfd533b12273512371d59e8976a83f6 /toolchain/eglibc/common.mk
parentf354297fa968aabf92f1e95364bb86a0fbc03c75 (diff)
downloadupstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.gz
upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.bz2
upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.zip
eglibc: remove versions 2.16 and 2.17 - they are unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39743
Diffstat (limited to 'toolchain/eglibc/common.mk')
-rw-r--r--toolchain/eglibc/common.mk8
1 files changed, 1 insertions, 7 deletions
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