summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-07-07 09:42:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-07-07 09:42:44 +0000
commitd65636baafd5a5643797ca562b7eaca450f05f3d (patch)
tree6d5da505a5b0ffe752db0d3fcc69ccbe85054c0e /toolchain/eglibc
parentca7383e701892c9dd5021c3d0da5e3a7cbc67fc9 (diff)
downloadmtk-20170518-d65636baafd5a5643797ca562b7eaca450f05f3d.zip
mtk-20170518-d65636baafd5a5643797ca562b7eaca450f05f3d.tar.gz
mtk-20170518-d65636baafd5a5643797ca562b7eaca450f05f3d.tar.bz2
remove reference to old eglibc versions.
SVN-Revision: 27509
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index 07ad22e..985c34b 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -15,24 +15,6 @@ PKG_SOURCE_VERSION:=$(PKG_REVISION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_REVISION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2
-ifneq ($(CONFIG_EGLIBC_VERSION_2_6),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_6
-endif
-ifneq ($(CONFIG_EGLIBC_VERSION_2_7),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_7
-endif
-ifneq ($(CONFIG_EGLIBC_VERSION_2_8),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_8
-endif
-ifneq ($(CONFIG_EGLIBC_VERSION_2_9),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_9
-endif
-ifneq ($(CONFIG_EGLIBC_VERSION_2_10),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10
-endif
-ifneq ($(CONFIG_EGLIBC_VERSION_2_11),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_11
-endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_12),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12
endif