aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-02 00:47:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-02 00:47:17 +0000
commit4067bdf501ac6d199a7e34a55e2847210a939d5e (patch)
tree09d92c63562b972ea465b0341e92f6e0606e0210 /toolchain/binutils/Makefile
parentf923785f4166039da232f9d25d22c2fd51ebfeb5 (diff)
downloadmaster-187ad058-4067bdf501ac6d199a7e34a55e2847210a939d5e.tar.gz
master-187ad058-4067bdf501ac6d199a7e34a55e2847210a939d5e.tar.bz2
master-187ad058-4067bdf501ac6d199a7e34a55e2847210a939d5e.zip
add binutils 2.20
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 7073507dee..d24151db2a 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -26,6 +26,9 @@ ifeq ($(PKG_VERSION),2.19.1+cs)
PKG_MD5SUM:=040740e8c864dd1a15886753f9c0bc0b
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/binutils-$(BIN_VERSION)
endif
+ifeq ($(PKG_VERSION),2.20)
+ PKG_MD5SUM:=ee2d3e996e9a2d669808713360fa96f8
+endif
PATCH_DIR:=./patches/$(PKG_VERSION)