diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-22 09:45:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-22 09:45:57 +0200 |
commit | ce0d6fdd87a0051821def569464744c23085f627 (patch) | |
tree | f1a16c100da151f2f9ae5a4229121531ffaf6530 /toolchain/gcc | |
parent | 09b131fb408939bf807d0a5b62b9d88ffcb26a7e (diff) |
update ARC toolchain to 2016.03
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index a788b6449..917cb00e0 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -42,8 +42,8 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 19 endif -ifeq ($(ADK_TOOLCHAIN_GCC_4_8_ARC),y) -PKG_VERSION:= arc-2015.12 +ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) +PKG_VERSION:= arc-2016.03 PKG_GIT:= tag PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 |