From a93b6edfec1482b58be4623d999ca69458d432ea Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Fri, 20 Jul 2018 20:29:47 +0200 Subject: toolchain/binutils: Add binutils 2.31.1 Add binutils 2.31.1 to repo Signed-off-by: Daniel Engberg --- toolchain/binutils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/binutils/Makefile') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 6359bd2ecc..b988598197 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -23,6 +23,10 @@ ifeq ($(PKG_VERSION),2.30) PKG_HASH:=6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6 endif +ifeq ($(PKG_VERSION),2.31.1) + PKG_HASH:=5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86 +endif + ifneq ($(CONFIG_BINUTILS_VERSION_2_29_ARC),) PKG_REV:=arc-2017.09-release PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/$(PKG_REV)/ -- cgit v1.2.3