diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-12 10:41:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-12 10:42:21 +0100 |
commit | 362567c5be91f3ef422302168c05238cad87b407 (patch) | |
tree | 5ffe7ede01ba9b3b62e053d48532bface5c5753e /toolchain/gcc | |
parent | a4b43d5bfe89f2859655e1f524bdde199907a89c (diff) |
arc: update gcc and binutils
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index a2a36fde7..85afd3054 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -35,7 +35,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 19 endif ifeq ($(ADK_TOOLCHAIN_GCC_4_8_ARC),y) -PKG_VERSION:= 09463827001a7b8094f4b9460514370a1876d908 +PKG_VERSION:= b0c367bdc9879a8e9ae5d352f02302b82512434e PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |