diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-12 10:41:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-12 10:42:21 +0100 |
commit | 362567c5be91f3ef422302168c05238cad87b407 (patch) | |
tree | 5ffe7ede01ba9b3b62e053d48532bface5c5753e | |
parent | a4b43d5bfe89f2859655e1f524bdde199907a89c (diff) |
arc: update gcc and binutils
-rw-r--r-- | target/config/Config.in.cpu | 2 | ||||
-rw-r--r-- | toolchain/binutils/Makefile.inc | 4 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index ff6db3e57..7254c60e6 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -1369,6 +1369,7 @@ config ADK_TARGET_GCC_CPU default "68030" if ADK_TARGET_CPU_M68K_68030 default "68040" if ADK_TARGET_CPU_M68K_68040 default "68060" if ADK_TARGET_CPU_M68K_68060 + default "arc700" if ADK_TARGET_CPU_ARC_ARC700 default "archs" if ADK_TARGET_CPU_ARC_ARC_HS default "arm1176jzf-s" if ADK_TARGET_CPU_ARM_ARM1176JZF_S default "arm926ej-s" if ADK_TARGET_CPU_ARM_ARM926EJ_S @@ -1440,7 +1441,6 @@ config ADK_TARGET_GCC_ARCH # for CFLAGS/CXXFLAGS if gcc does not support --with-cpu config ADK_TARGET_CPU_FLAGS string - default "-mcpu=ARC700" if ADK_TARGET_CPU_ARC_ARC700 default "-mcpu=bf512" if ADK_TARGET_CPU_BFIN_BF512 default "-mcpu=bf514" if ADK_TARGET_CPU_BFIN_BF514 default "-mcpu=bf516" if ADK_TARGET_CPU_BFIN_BF516 diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index fc7dde877..188981da9 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -24,9 +24,9 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y) -PKG_VERSION:= 07548f412246c68cd098b7b8fe3b7f86f43e4180 +PKG_VERSION:= fc013006f64af9933a0b3171d5e48d8dfd53e44b PKG_RELEASE:= 1 -PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git +PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb_refact.git DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y) diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index a2a36fde7..85afd3054 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -35,7 +35,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 19 endif ifeq ($(ADK_TOOLCHAIN_GCC_4_8_ARC),y) -PKG_VERSION:= 09463827001a7b8094f4b9460514370a1876d908 +PKG_VERSION:= b0c367bdc9879a8e9ae5d352f02302b82512434e PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |