diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-06 09:53:58 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-06 09:53:58 +0000 |
commit | 01870142fb36eef34a723b89da88f8007ccc81ef (patch) | |
tree | b73d3f5bd7da1217f915ee61b9d6500e10d9396f /toolchain/binutils/Makefile | |
parent | 51be98465569784b3c8c327a4873a7e9d1e5184b (diff) | |
download | upstream-01870142fb36eef34a723b89da88f8007ccc81ef.tar.gz upstream-01870142fb36eef34a723b89da88f8007ccc81ef.tar.bz2 upstream-01870142fb36eef34a723b89da88f8007ccc81ef.zip |
binutils: add binutils 2.21.1
SVN-Revision: 27919
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 d28a95ad88..77f1bafab3 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -22,6 +22,9 @@ endif ifeq ($(PKG_VERSION),2.21) PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5 endif +ifeq ($(PKG_VERSION),2.21.1) + PKG_MD5SUM:=a22801a9cad45c85e9ff6afc10537d72 +endif PATCH_DIR:=./patches/$(PKG_VERSION) |