summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-31 06:07:18 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-31 06:07:18 +0000
commit1af43b9c239ecfad732635791f3f759155e6f4c3 (patch)
treeaf54e32dcdf0b5ccae5beba3150a9f06e74f792d /toolchain/binutils/Makefile.inc
parent8e59777050595edcc7b2b9799906d29f4198f224 (diff)
gcc/binutils: update to latest releases, improve riscv support
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r--toolchain/binutils/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index fe24110d9..80451909d 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -2,10 +2,10 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
-PKG_VERSION:= 2.29.1
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_30),y)
+PKG_VERSION:= 2.30
PKG_RELEASE:= 1
-PKG_HASH:= e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577
+PKG_HASH:= 6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif