diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-26 15:07:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-26 15:07:11 +0200 |
commit | 07bac1dc01a3e6216fe653acd33311febc84108a (patch) | |
tree | 3969f406996b31c4dd0d0189166d50da3494af6e /toolchain | |
parent | 546710f52422fe218b65e56f2ebe11e8794b7eab (diff) |
arc: update to rc2
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 2 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index c2ad2076e..8b9006175 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -24,7 +24,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_ARC),y) -PKG_VERSION:= arc-2018.03-rc1 +PKG_VERSION:= arc-2018.03-rc2 PKG_GIT:= tag PKG_RELEASE:= 1 PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 4c2f06db8..61ea1c180 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -27,7 +27,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 22 endif ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) -PKG_VERSION:= arc-2018.03-rc1 +PKG_VERSION:= arc-2018.03-rc2 PKG_GIT:= tag PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 |