diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-21 17:30:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-21 17:30:24 +0000 |
commit | f4b98ea359bc59f1d3c56fbef2ad942eb6bf557b (patch) | |
tree | 9aa3f32e945047430c55bdfb1bea937cba7be1ed /openwrt/toolchain/binutils/Makefile | |
parent | e792a6d076dd25b2b85f37b859bf2cc362429694 (diff) |
remove some old binutils versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2211 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/binutils/Makefile')
-rw-r--r-- | openwrt/toolchain/binutils/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/toolchain/binutils/Makefile b/openwrt/toolchain/binutils/Makefile index 2a1c728db..1b205715e 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) |