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 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) |