diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-07-20 20:29:47 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:35:11 +0200 |
commit | a93b6edfec1482b58be4623d999ca69458d432ea (patch) | |
tree | 9c7f427cf10f47af55cbdd8745a215e191c0bf2a /toolchain/binutils/Makefile | |
parent | 091e915d994ff77a2677266e9e8cc831a7091deb (diff) | |
download | upstream-a93b6edfec1482b58be4623d999ca69458d432ea.tar.gz upstream-a93b6edfec1482b58be4623d999ca69458d432ea.tar.bz2 upstream-a93b6edfec1482b58be4623d999ca69458d432ea.zip |
toolchain/binutils: Add binutils 2.31.1
Add binutils 2.31.1 to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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)/ |