summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-06 12:15:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-09 21:52:15 +0200
commit8f04057d1c3d84ba72eaf92e50c432e8fde5f9e9 (patch)
tree143e51a2fd6f7c4ea48c71b0f7d56634e6adc305
parent4ca141ca304964c4181d50fabdb25772c0b0d493 (diff)
add information where the tarballs are from
-rw-r--r--target/config/Config.in.toolchain4
-rw-r--r--toolchain/binutils/Makefile.inc2
-rw-r--r--toolchain/gcc/Makefile.inc8
3 files changed, 9 insertions, 5 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 3ead8955a..23b348ecc 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -23,8 +23,8 @@ config ADK_TOOLCHAIN_GCC_4_5_4
boolean
depends on ADK_LINUX_BFIN
-config ADK_TOOLCHAIN_GCC_4_8_3_ARC
- prompt "4.8.3-arc"
+config ADK_TOOLCHAIN_GCC_4_8_0_ARC
+ prompt "4.8.0-arc"
boolean
depends on ADK_LINUX_ARC
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 75819f916..464f959cb 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -10,6 +10,8 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
+# git commit afcd0783a37c73e09439737a11e0b3183746a652
+# https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/tree/arc-2.23-tls
PKG_VERSION:= 2.23
PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
PKG_RELEASE:= 1
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 7849939cf..86d03b58a 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -18,9 +18,11 @@ PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 19
endif
-ifeq ($(ADK_TOOLCHAIN_GCC_4_8_3_ARC),y)
-PKG_VERSION:= 4.8.3
-PKG_MD5SUM:= e2c60f5ef918be2db08df96c7d97d0c4
+ifeq ($(ADK_TOOLCHAIN_GCC_4_8_0_ARC),y)
+# git commit e9dbcfdba0f42639b3aa9e3b06fe781599eb98fe
+# from https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/tree/arc-4.8-tls
+PKG_VERSION:= 4.8.0
+PKG_MD5SUM:= 91db62ad4f9bb9217f135b20a098ee03
PKG_SITES:= http://www.openadk.org/distfiles/
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz