aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitc31e8a24e87dd3975210af3ef20691a8d9a3275b (patch)
tree9300e28403477382810187c8fc0183507977c953 /toolchain/binutils/Makefile
parenta2ad0ad108a770f19e2c4ae186304651a910ebd0 (diff)
downloadupstream-c31e8a24e87dd3975210af3ef20691a8d9a3275b.tar.gz
upstream-c31e8a24e87dd3975210af3ef20691a8d9a3275b.tar.bz2
upstream-c31e8a24e87dd3975210af3ef20691a8d9a3275b.zip
remove some old binutils versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2211 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 2a1c728dbb..1b205715e3 100644
--- a/toolchain/binutils/Makefile
+++ b/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)