diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-07-07 09:42:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-07-07 09:42:44 +0000 |
commit | 736856c20800517dbbe5d49d498e56983d8e7905 (patch) | |
tree | 862457d1aae5c4e84808f3948eded0a95d53132a | |
parent | b83eb47cb9bcc566465201ac6bbbf3b7e4c14dce (diff) | |
download | upstream-736856c20800517dbbe5d49d498e56983d8e7905.tar.gz upstream-736856c20800517dbbe5d49d498e56983d8e7905.tar.bz2 upstream-736856c20800517dbbe5d49d498e56983d8e7905.zip |
[toolchain] remove reference to old eglibc versions.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27509 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/eglibc/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 07ad22e0af..985c34bbda 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 |