diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 11:50:25 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 11:50:25 +0000 |
commit | 6dfce04b55851097a9f802df52f1e705364f812b (patch) | |
tree | 85a1405d0f8fb2c602435bea0e6b63f06bb8ce10 /toolchain/binutils/Makefile | |
parent | e1863691d9b67e4e449d5725da41abcba95483e4 (diff) | |
download | upstream-6dfce04b55851097a9f802df52f1e705364f812b.tar.gz upstream-6dfce04b55851097a9f802df52f1e705364f812b.tar.bz2 upstream-6dfce04b55851097a9f802df52f1e705364f812b.zip |
add binutils-2.20.1
SVN-Revision: 20137
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 91d982c002..5ded5f242a 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -29,6 +29,9 @@ endif ifeq ($(PKG_VERSION),2.20) PKG_MD5SUM:=ee2d3e996e9a2d669808713360fa96f8 endif +ifeq ($(PKG_VERSION),2.20.1) + PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 +endif PATCH_DIR:=./patches/$(PKG_VERSION) |