diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-24 22:07:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-24 22:31:08 +0100 |
commit | d049a37a5d5ee1aeca850a86773c5107e3bcc74d (patch) | |
tree | b85ad8a0f618d9fd3626d17f328112d1c210a9fb /toolchain | |
parent | 77b675c89cdbe2b2f13c05573fe9f712fbf16c84 (diff) |
update to latest gcc for ARC
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'toolchain')
-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 3c8bc6d32..c32979c8c 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -41,7 +41,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 19 endif ifeq ($(ADK_TOOLCHAIN_GCC_4_8_ARC),y) -PKG_VERSION:= 261be83e0f5924f72a2ecf8b6474d1033da4a0b9 +PKG_VERSION:= e7aac088af69d2ae19272e0501986bbc66b1d597 PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |