diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-02 00:47:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-02 00:47:17 +0000 |
commit | a1f7ac70653d6307b61408a5f9495f75041bd390 (patch) | |
tree | 09d92c63562b972ea465b0341e92f6e0606e0210 /toolchain/binutils/Makefile | |
parent | 17747ab1accd3feccbd4e4265183063358b39274 (diff) |
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/Makefile | 3 |
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) |