diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-08 15:03:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-08 15:06:02 +0100 |
commit | 3b8dd9d35a6f814142c829b096d0df06150672f7 (patch) | |
tree | e3aba69f5f3a9528a00b79b3284b0189622750a9 /toolchain/binutils | |
parent | 779e4681ef960f220bb54ad87bb3fc44a60af0e8 (diff) |
kvx: update gcc/binutils/linux
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 872d35279..af3495093 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -24,7 +24,7 @@ PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/b DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_KVX),y) -PKG_VERSION:= c5e8437af055869c8666a1c1e5a391d9af5be0c0 +PKG_VERSION:= 782547a4e2bdf1308728032853678ca69bb154ea PKG_GIT:= hash PKG_RELEASE:= 1 PKG_SITES:= https://github.com/kalray/gdb-binutils.git |