aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-29 17:26:08 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-03 10:44:10 +0200
commitd168f140428c6d8623d11d875d91af8bb6de6f91 (patch)
tree0b12db1d4500b8fbdbf3bd4f21765710ec0a0003 /toolchain/binutils/Makefile
parent50413e1ec83dedaea44558d5f37af5454156a46a (diff)
downloadupstream-d168f140428c6d8623d11d875d91af8bb6de6f91.tar.gz
upstream-d168f140428c6d8623d11d875d91af8bb6de6f91.tar.bz2
upstream-d168f140428c6d8623d11d875d91af8bb6de6f91.zip
toolchain/binutils: remove versions 2.29.1 and 2.31.1
We currently support four versions of binutils in parallel. Let's just keep the latest two and drop the older ones before the next one comes around. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index c5c8bf588c..b5e121a442 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -15,14 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
TAR_OPTIONS += --exclude='*.rej'
-ifeq ($(PKG_VERSION),2.29.1)
- PKG_HASH:=e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577
-endif
-
-ifeq ($(PKG_VERSION),2.31.1)
- PKG_HASH:=5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
-endif
-
ifeq ($(PKG_VERSION),2.32)
PKG_HASH:=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
endif