diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-25 22:29:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-25 22:29:12 +0200 |
commit | f4a5108a43fc23a108f445b9ed57e828e8eab540 (patch) | |
tree | cf791ef5641636125de701eeb34cc947786d3a61 | |
parent | b06358045f8bf3d0a9dc891f6a283f3338492206 (diff) |
arc: update binutils and gcc to latest engineer tags
While there only use binutils 2.24 for nds32.
-rw-r--r-- | target/config/Config.in.binutils | 10 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 6 | ||||
-rw-r--r-- | toolchain/binutils/Makefile.inc | 2 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
4 files changed, 8 insertions, 12 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 0bc703d87..c4afe44c9 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -4,6 +4,7 @@ choice prompt "Binutils version" default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32 +default ADK_TOOLCHAIN_BINUTILS_2_24 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC default ADK_TOOLCHAIN_BINUTILS_2_26_1 if ADK_TARGET_ARCH_BFIN default ADK_TOOLCHAIN_BINUTILS_2_26_1 if ADK_TARGET_ARCH_CRIS @@ -46,15 +47,10 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1 config ADK_TOOLCHAIN_BINUTILS_2_24 bool "2.24" - depends on !ADK_TARGET_ARCH_ARC - depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_CRIS - depends on !ADK_TARGET_ARCH_FRV - depends on !ADK_TARGET_ARCH_H8300 - depends on !ADK_TARGET_ARCH_MOXIE + depends on ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_BINUTILS_ARC - bool "arc" + bool "arc-2016.09-eng010" depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_BINUTILS_2_20_1 diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 11df35415..e8f63adda 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -88,9 +88,9 @@ config ADK_TOOLCHAIN_GCC_OR1K depends on ADK_TARGET_ARCH_OR1K config ADK_TOOLCHAIN_GCC_ARC - bool "arc" - depends on ADK_TARGET_ARCH_ARC + bool "arc-2016.09-eng010" select ADK_DISABLE_HONOUR_CFLAGS + depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_GCC_4_4 bool "4.4.7" @@ -98,9 +98,9 @@ config ADK_TOOLCHAIN_GCC_4_4 config ADK_TOOLCHAIN_GCC_4_2 bool "4.2.4" - depends on ADK_TARGET_ARCH_METAG select ADK_DISABLE_HONOUR_CFLAGS select ADK_TOOLCHAIN_GCC_OLD + depends on ADK_TARGET_ARCH_METAG endchoice diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index ec2003f52..498b3a959 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -31,7 +31,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_ARC),y) -PKG_VERSION:= arc-2016.03 +PKG_VERSION:= arc-2016.09-eng010 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 a13750b87..fd5ff989a 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -27,7 +27,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 20 endif ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) -PKG_VERSION:= arc-2016.03 +PKG_VERSION:= arc-2016.09-eng010 PKG_GIT:= tag PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 |