diff options
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 7a19d12c96..f2ea4d0980 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -26,6 +26,9 @@ endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 endif +ifeq ($(PKG_VERSION),2.21) + PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5 +endif PATCH_DIR:=./patches/$(PKG_VERSION) |