diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-14 00:38:59 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-20 08:23:58 +0100 |
commit | 31be46e16924dc6feaffa8f53b2f88ed8d6687ea (patch) | |
tree | c471c6abbb782ffc9045b1f9de18ef87b606960e /toolchain/binutils/Makefile | |
parent | c95c3165b9497c17353a54976b9aa3fcaeee9677 (diff) | |
download | upstream-31be46e16924dc6feaffa8f53b2f88ed8d6687ea.tar.gz upstream-31be46e16924dc6feaffa8f53b2f88ed8d6687ea.tar.bz2 upstream-31be46e16924dc6feaffa8f53b2f88ed8d6687ea.zip |
toolchain/binutils: Add binutils 2.28
Add binutils 2.28 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 8b015a240a..812a2ee1fb 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -17,6 +17,10 @@ ifeq ($(PKG_VERSION),2.27) PKG_HASH:=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 endif +ifeq ($(PKG_VERSION),2.28) + PKG_HASH:=6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 +endif + ifneq ($(CONFIG_BINUTILS_VERSION_2_26_ARC),) PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2016.03/ PKG_REV:=2016.03 |