summaryrefslogtreecommitdiffstats
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
commit4fd397fad9e5807aa0c969cbceb026d48212d35f (patch)
tree6639a3f4fc67a385309db26ead4ec230c3111386 /toolchain/binutils/Makefile
parent426c8da71df7a8a283f06bee023abb4d8ddaa30b (diff)
downloadmaster-31e0f0ae-4fd397fad9e5807aa0c969cbceb026d48212d35f.tar.gz
master-31e0f0ae-4fd397fad9e5807aa0c969cbceb026d48212d35f.tar.bz2
master-31e0f0ae-4fd397fad9e5807aa0c969cbceb026d48212d35f.zip
add binutils 2.20
SVN-Revision: 18263
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)