summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-21 17:30:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-21 17:30:24 +0000
commitc5adb838728e95e3fb56ba9fea95b15c39fbe98c (patch)
tree4c30f8464a1ed4ac7f5c0f7a0768ae80a1e2c0b4 /openwrt/toolchain/binutils/Makefile
parent40750d956a5333a1a1472482066609775ed013d7 (diff)
downloadmtk-20170518-c5adb838728e95e3fb56ba9fea95b15c39fbe98c.zip
mtk-20170518-c5adb838728e95e3fb56ba9fea95b15c39fbe98c.tar.gz
mtk-20170518-c5adb838728e95e3fb56ba9fea95b15c39fbe98c.tar.bz2
remove some old binutils versions
SVN-Revision: 2211
Diffstat (limited to 'openwrt/toolchain/binutils/Makefile')
-rw-r--r--openwrt/toolchain/binutils/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/toolchain/binutils/Makefile b/openwrt/toolchain/binutils/Makefile
index 2a1c728..1b20571 100644
--- a/openwrt/toolchain/binutils/Makefile
+++ b/openwrt/toolchain/binutils/Makefile
@@ -23,18 +23,6 @@ BINUTILS_STABLE_SITE:=http://ftp.gnu.org/gnu/binutils/ \
ifeq ($(BINUTILS_VERSION),2.16.1)
BINUTILS_SITE:=$(BINUTILS_STABLE_SITE)
endif
-ifeq ($(BINUTILS_VERSION),2.16)
-BINUTILS_SITE:=$(BINUTILS_STABLE_SITE)
-endif
-ifeq ($(BINUTILS_VERSION),2.15)
-BINUTILS_SITE:=$(BINUTILS_STABLE_SITE)
-endif
-ifeq ($(BINUTILS_VERSION),2.14)
-BINUTILS_SITE:=$(BINUTILS_STABLE_SITE)
-endif
-ifeq ($(BINUTILS_VERSION),2.13)
-BINUTILS_SITE:=$(BINUTILS_STABLE_SITE)
-endif
BINUTILS_SOURCE:=binutils-$(BINUTILS_VERSION).tar.bz2
BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-$(BINUTILS_VERSION)