diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-26 00:33:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-26 00:33:52 +0200 |
commit | ac31a792bafcac58ddcb978ae3bfb5e863960bbc (patch) | |
tree | c374a6122167e7b71659136aed853ed5339cbca8 /toolchain/binutils | |
parent | 0d819d30f542ad415935454ece780d1354e589fd (diff) |
arc: use the release for binutils/gcc
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 8b9006175..08118cc62 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-rc2 +PKG_VERSION:= arc-2018.03-release PKG_GIT:= tag PKG_RELEASE:= 1 PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git |